Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MBunel authored May 22, 2024
1 parent d4efda2 commit 05d0bfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ header {
justify-content: space-between;
align-items: center;
/* Padding */
padding-top: 20px;
padding-bottom: 20px;
padding: 20px;
/* Font */
font-weight: bold;
/* Border */
border-bottom: 1px solid var(--on-background);
border-bottom: 2px solid var(--on-background);
nav {
font-size: 125%;
ul {
Expand Down Expand Up @@ -181,7 +180,7 @@ footer {
margin-top: 2rem;
font-size: small;
line-height: 1;
border-top: 1px solid var(--on-background);
border-top: 2px solid var(--on-background);
}


Expand Down

0 comments on commit 05d0bfd

Please sign in to comment.