Skip to content

Commit

Permalink
change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
1dancook committed Jan 2, 2024
1 parent e4b2a3b commit 132879b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ html {
}
@media (min-width: 48em) {
html {
font-size: 16px;
font-size: 14px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
font-size: 18px;
}
}

Expand Down Expand Up @@ -279,5 +279,5 @@ div.dataframe-container {
text-align: right;
}
.dataframe {
font-size: 0.7em;
font-size: 0.7rem;
}
4 changes: 2 additions & 2 deletions public/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ body {

html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 12px;
line-height: 1.5;
}
@media (min-width: 38em) {
html {
font-size: 20px;
font-size: 16px;
}
}

Expand Down

0 comments on commit 132879b

Please sign in to comment.