Skip to content

Commit

Permalink
Moved nav, header/footer text align center
Browse files Browse the repository at this point in the history
  • Loading branch information
Antifantwerp-Pigeon committed Sep 5, 2024
1 parent f7e065c commit 6c0b8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ main {
margin: auto;
}

header, footer {
text-align: center;
}

.loading {
> * {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/_layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html(lang="en")

footer
details
summary > Click here to login/logout
summary > Click here to login/logout <
nav
ul
block nav
Expand Down

0 comments on commit 6c0b8a3

Please sign in to comment.