Skip to content

Commit

Permalink
decrease margin
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 14, 2023
1 parent 493d325 commit fb1ad70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheet-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

#introduction {
margin: 5rem 0;
margin: 2rem 0;
background-color: var(--logo-primary);
position: relative;
--padding: 2rem;
Expand Down Expand Up @@ -76,7 +76,7 @@ h2 {

#lipu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
grid-gap: 2rem;
margin: 3rem 2rem 2rem;
}
Expand Down

0 comments on commit fb1ad70

Please sign in to comment.