Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jun 20, 2024
1 parent f1cade5 commit bb31550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
}

.container {
max-width: 600px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
Expand All @@ -28,7 +28,7 @@ h4,
h5,
h6 {
color: #333;
margin-top: 1em;
margin-top: 3em;
margin-bottom: 0.5em;
line-height: 1.2;
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
Expand All @@ -43,6 +43,7 @@ pre {

h1 {
text-align: center;
margin-top: 1em;
}

p a {
Expand Down

0 comments on commit bb31550

Please sign in to comment.