Skip to content

Commit

Permalink
Fixed up margins so the image didn't take so much room and the number…
Browse files Browse the repository at this point in the history
…s add up.
  • Loading branch information
gfilicetti committed Jul 28, 2020
1 parent 57ae10f commit e9df7e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ a {
}

section {
padding: 0px 0px 50px 0px;

#title {
margin: 0;
padding: 0;
Expand All @@ -91,7 +93,7 @@ section {
max-width: 100%;
max-height: 150px;
display: block;
margin: 10px auto 30px;
margin: 20px auto 20px;
}

h1 {
Expand Down

0 comments on commit e9df7e6

Please sign in to comment.