Skip to content

Commit

Permalink
Fix css comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Aug 4, 2023
1 parent b67382d commit f4c3473
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body {
color: var(--fc-regular);
}

/* Responsive margins */
.wrapper {
width: min(100% - 3rem);
margin-inline: auto;
Expand All @@ -68,10 +69,6 @@ body {
margin-top: 2em;
}

/* h1, h3 {
line-height: 1.4;
} */

button {
padding: 0.5rem 2em;
margin: 1rem 0 1rem;
Expand Down

0 comments on commit f4c3473

Please sign in to comment.