Skip to content

Commit 500c136

Browse files
committed
adding styling for home page
1 parent a4df86b commit 500c136

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
opacity: 0.1;
1515
margin: 10px 0;
1616
}
17+
18+
h1 {
19+
margin-left: -0.5rem;
20+
margin-top: 0.5rem;
21+
margin-bottom: 0.5rem;
22+
}
23+
24+
@media (max-width: 767px) {
25+
body {
26+
padding: 18px;
27+
}
28+
}
1729
</style>
1830
</head>
1931
<html>

0 commit comments

Comments
 (0)