diff --git a/index.html b/index.html index 5cf5a5e..8e4cb17 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ UT Grade Viewer - + diff --git a/main.css b/main.css index 39c075b..fe97cff 100644 --- a/main.css +++ b/main.css @@ -13,13 +13,13 @@ main { padding: 20px } -main h1 { - font-size: 24px; +h1 { + font-size: 2vw; margin: 0 0 20px 0 } -main p { - font-size: 10px; +p { + font-size: 1vw; line-height: 1.5; margin: 0 0 20px 0 }