Skip to content

Commit

Permalink
drop custom font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 10, 2023
1 parent 5d8b093 commit c634282
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/custom_style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
@media all {html {font-size: 21px;}}
@media all and (max-width: 1600px){html {font-size: 22px;}}
@media all and (max-width: 1000px){html {font-size: 21px;}}
@media all and (max-width: 880px){html {font-size: 20px;}}
@media all and (max-width: 800px){html {font-size: 19px;}}
@media all and (max-width: 600px){html {font-size: 18px;}}
@media all and (max-width: 480px){html {font-size: 17px;}}

@media all and (min-width: 1200px) {
img:not(.icon) {
margin-left: -6rem;
Expand Down

0 comments on commit c634282

Please sign in to comment.