Skip to content

Commit

Permalink
Cleanup section tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Chidlow committed Sep 6, 2023
1 parent cb70622 commit 29f3c4c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
11 changes: 7 additions & 4 deletions config/global/style/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ header li:not(:last-child)::after {
}

@media (max-width: 700px) {
header {
margin: -5rem -25px -3rem;
padding: 13rem 25px 5rem;
}
header {
margin: -5rem -25px -3rem;
padding: 13rem 25px 5rem;
}
section {
display: none;
}
}
2 changes: 2 additions & 0 deletions config/global/style/type.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ section {
margin: 25vh 0 0 -6.5rem;
position: fixed;
user-select: none;
line-height: 0;
}

h1 {
Expand Down Expand Up @@ -110,5 +111,6 @@ li {
margin: inherit;
position: inherit;
user-select: inherit;
line-height: inherit;
}
}
11 changes: 7 additions & 4 deletions docs/style/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ header li:not(:last-child)::after {
}

@media (max-width: 700px) {
header {
margin: -5rem -25px -3rem;
padding: 13rem 25px 5rem;
}
header {
margin: -5rem -25px -3rem;
padding: 13rem 25px 5rem;
}
section {
display: none;
}
}
2 changes: 2 additions & 0 deletions docs/style/type.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ section {
margin: 25vh 0 0 -6.5rem;
position: fixed;
user-select: none;
line-height: 0;
}

h1 {
Expand Down Expand Up @@ -110,5 +111,6 @@ li {
margin: inherit;
position: inherit;
user-select: inherit;
line-height: inherit;
}
}

0 comments on commit 29f3c4c

Please sign in to comment.