diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 62e315a..b6d7001 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -577,7 +577,7 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { h1 { font-size: 5.0rem; } - h2 { font-size: 4.2rem; } + h2 { font-size: 4.2rem; padding-left: 15px } h3 { font-size: 3.6rem; } h4 { font-size: 3.0rem; } h5 { font-size: 2.4rem; }