diff --git a/src/static/css/buttons.css b/src/static/css/buttons.css index a74b366..9e7ecb4 100644 --- a/src/static/css/buttons.css +++ b/src/static/css/buttons.css @@ -241,7 +241,7 @@ } .button-container{ - padding: 0vw 10vw !important; + padding: 0vw 8vw !important; } .dev-count{ diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 1b1b0f0..cbff13e 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -37,7 +37,7 @@ html,body{ @media only screen and (max-width: 576px) { .container{ max-width: 1920px; - padding: 10vw 5vw; + padding: 5vw 5vw; } } diff --git a/src/static/css/typography.css b/src/static/css/typography.css index cfa793e..f584bf5 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -230,7 +230,7 @@ li{ @media only screen and (max-width: 576px) { h1{ - font-size: 20vw; + font-size: 24vw; line-height: 5rem; }