Skip to content

Commit

Permalink
ENH: Removed padding above posts
Browse files Browse the repository at this point in the history
  • Loading branch information
suelynnmah committed May 2, 2024
1 parent eeedc4b commit 1d7bb47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ nav a:hover {

/** Body **/
section {
margin: 2rem auto;
padding: 0 1rem;
margin: 0; /* Remove margin */
margin: 0; /* Remove margin */
max-width: 1080px;
}
article {
margin: 1rem;
padding: 0 2rem;
margin: 0; /* Remove margin */
padding: 0; /* Remove padding */
border-radius: 1rem;
border: 1px solid var(--white);
}
Expand Down

0 comments on commit 1d7bb47

Please sign in to comment.