Skip to content

Commit

Permalink
Merge pull request #333 from RichDom2185/week11/update-website-styling
Browse files Browse the repository at this point in the history
Update website styling
  • Loading branch information
tingkai-mai authored Oct 27, 2022
2 parents 454c956 + d2906d9 commit f85ba0c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/_sass/foodrem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ html {
.post-content {
margin-bottom: 2rem;

h1,
h2,
h2 {
margin-right: 4rem;
}

h3 {
margin-top: 3rem;
margin-top: 2.5rem;
}

h4,
Expand All @@ -43,6 +45,12 @@ html {
margin-top: 2rem;
}

td {
*:last-child {
margin-bottom: 0;
}
}

p,
li {
text-align: justify;
Expand Down

0 comments on commit f85ba0c

Please sign in to comment.