Skip to content

Commit

Permalink
Merge pull request #28 from suelynnmah/test-css-styles
Browse files Browse the repository at this point in the history
ENH: Removed padding above posts
  • Loading branch information
suelynnmah authored May 2, 2024
2 parents eeedc4b + 1d7bb47 commit b181cbc
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 b181cbc

Please sign in to comment.