Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
MBunel committed Nov 14, 2024
1 parent 2537674 commit 1af0d03
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@

body {
/* Layout */
max-width: 70rem;
min-height: 100vh;
padding: 0 20px 0 20px;
margin: auto;
margin: 0 20px 0 20px;
display: flex;
flex-direction:column;

Expand Down Expand Up @@ -171,7 +169,7 @@ header {
padding: 20px;
/* Font */
font-weight: bold;
margin-top: 10px;
margin-top: 20px;
/* Border */
/* border-bottom: 2px solid var(--on-background); */
}
Expand Down Expand Up @@ -236,8 +234,9 @@ main {
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
margin-left:1em;
margin-right:1em;
margin-left:auto;
margin-right:auto;
max-width:70rem;
}

h1, h2, h3 {
Expand Down

0 comments on commit 1af0d03

Please sign in to comment.