Skip to content

Commit

Permalink
Hide paragraph for now
Browse files Browse the repository at this point in the history
  • Loading branch information
darylf committed Aug 29, 2023
1 parent 13c6467 commit 7569f9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html, body {
height: 100%;
display: flex;
flex-direction: column;
font-size: 140%;
font-size: 120%;
}

body {
Expand Down Expand Up @@ -38,6 +38,7 @@ h1 {

p {
font-size: 0.8rem;
display: none;
}

ul {
Expand Down Expand Up @@ -80,6 +81,10 @@ li {
}

@media (min-width: 500px) {
html, body {
font-size: 150%;
}

main {
margin: auto;
}
Expand Down

0 comments on commit 7569f9b

Please sign in to comment.