diff --git a/src/style/base.css b/src/style/base.css index 059da273..e700bab1 100644 --- a/src/style/base.css +++ b/src/style/base.css @@ -13,6 +13,7 @@ --DARK-BG: #111213; } +/* Global styles */ * { color: white; font-size: 15px; @@ -100,6 +101,7 @@ input { background: none; } +/* Utility classes */ .mainbutton { width: 100%; text-transform: capitalize; @@ -180,6 +182,7 @@ div.center { main { position: relative; width: calc(100% - 202px); + min-height: calc(100vh - 62px); padding: 80px 7.5vw; }