Skip to content

Commit

Permalink
Centered Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelM authored Aug 17, 2023
1 parent adca2b3 commit e310643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/noelmrtn-theme/static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
max-width: 800px;
max-width: 1000px;
font-family: Arial, Helvetica, sans-serif;
margin: 1em auto;
}

h1 {
Expand Down Expand Up @@ -71,4 +72,4 @@ blockquote.hint {
color: #004085;
border-color: #b8daff;
background-color: #cce5ff;
}
}

0 comments on commit e310643

Please sign in to comment.