fix: padding issue

This commit is contained in:
Stevan Freeborn
2023-04-13 21:34:11 -05:00
parent 3643dfe26b
commit e755b60093
8 changed files with 65 additions and 8 deletions
@@ -100,7 +100,6 @@
color: white;
border-radius: 5px;
cursor: pointer;
appearance: none;
padding-left: 2rem;
text-align: right;
font-size: 1rem;
+5 -2
View File
@@ -36,7 +36,6 @@
.container>article code {
background-color: #0b3766;
padding: 0.1rem 0.5rem;
border-radius: 5px;
}
@@ -47,11 +46,15 @@
}
@media screen and (min-width: 1000px) {
.container>article:nth-child(2)>h1 {
.container>article:nth-child(2)>h1:nth-child(1) {
padding-top: 75px;
}
}
.container>article:nth-child(2)>h1:not(:first-child) {
margin-top: 1rem;
}
.container>article h2,
.container>article h3 {
margin-top: 1rem;