diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 9d4645faeadc41865de99d33a9c8024d2b652079..319ffca1fb1371cea261c4f439a24e635bf717da 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -38,25 +38,25 @@ body [onclick] { } h1 { - font-size: 2rem; + font-size: 2.5em !important; font-weight: bold; line-height: 1.5; } h2 { - font-size: 1.6rem; + font-size: 2em !important; font-weight: bold; line-height: 1.5; } h3 { - font-size: 1.3rem; + font-size: 1.7em !important; font-weight: bold; line-height: 1.5; } h4 { - font-size: 1.2rem; + font-size: 1.5em !important; font-weight: bold; line-height: 1.5; }