diff --git a/public/style.css b/public/style.css index 67a3d41..df54d7e 100644 --- a/public/style.css +++ b/public/style.css @@ -38,6 +38,9 @@ body, html { text-transform: uppercase; } #name { - font-size: 36px; + font-size: 2.25rem; text-align: center; margin-bottom: 16px; } + +#description { + font-size: 1.2rem; } diff --git a/public/style.scss b/public/style.scss index 46aa5cb..43ea836 100644 --- a/public/style.scss +++ b/public/style.scss @@ -29,7 +29,8 @@ body, html { display: flex; align-items: center; &:hover { - text-decoration: none; #icon { + text-decoration: none; + #icon { transform: rotate(90deg); } } @@ -48,7 +49,11 @@ body, html { } #name { - font-size: 36px; + font-size: 2.25rem; text-align: center; margin-bottom: 16px; +} + +#description { + font-size: 1.2rem; } \ No newline at end of file