diff --git a/frontend/assets/css/main.css b/frontend/assets/css/main.css index be3c4c4..5838c36 100644 --- a/frontend/assets/css/main.css +++ b/frontend/assets/css/main.css @@ -29,7 +29,7 @@ body { /* default value: font-size: 16px; */ } -@media only screen and (max-width: 550px) { +@media only screen and (max-width: 650px) { body { font-size: 12px; } @@ -40,15 +40,15 @@ body { /* Different title settings */ h1 { - font-size: 40px; + font-size: 2.5rem; font-weight: 500; } h2 { - font-size: 24px; + font-size: 1.5rem; font-weight: 400; } h3 { - font-size: 24px; + font-size: 1.5rem; font-weight: 300; } diff --git a/frontend/components/ChampionTitle.vue b/frontend/components/ChampionTitle.vue index bf88cd8..5a59009 100644 --- a/frontend/components/ChampionTitle.vue +++ b/frontend/components/ChampionTitle.vue @@ -17,17 +17,20 @@ const championDescription = championData.value.title