Skip to content

Commit

Permalink
Small changes to style - reset.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yhynoo authored Jul 29, 2024
1 parent 8a3592a commit f3fa768
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ body {
}

/* add padding */
p, ul, ol, h2, h3, h4, h5, h6 {
padding: 0 20vw;
ol, h2, h3, h4, h5, h6 {
padding: 1.2em 20vw 0;
}

p {
padding-bottom: 5px;
padding: 0.8em 20vw 0.4em;
}

ul {
padding: 0 24vw;

/* change fonts */
p, ul, ol, a {
font-family: "Didact Gothic", sans-serif;
Expand Down Expand Up @@ -115,4 +118,4 @@ select {
p, ul, ol, h1, h2, h3, h4, h5, h6 {
padding: 0 7.5vw;
}
}
}

0 comments on commit f3fa768

Please sign in to comment.