Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiethw committed Apr 28, 2024
1 parent ca4c08c commit 9cf6df5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
body {
font-family: "Helvetica", sans-serif;
font-size: 20px;
background-color: #f6f6f6;
}

.content {
max-width: 950px;
padding-top: 30px;
padding-bottom: 30px;
margin: auto;
}

.info {
float: left;
}
Expand Down

0 comments on commit 9cf6df5

Please sign in to comment.