Skip to content

Commit

Permalink
less broken responsive on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Oct 4, 2024
1 parent c3452aa commit 611a5dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ title: Cookie Compilation
}
.container {
margin-top: 5%;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -84,6 +85,8 @@ title: Cookie Compilation
@media (max-width: 600px) {
.container {
margin-top: 12%;
margin-left: 5%;
margin-right: 5%;
}
}
Expand Down

0 comments on commit 611a5dc

Please sign in to comment.