diff --git a/css/main.css b/css/main.css index 85f687d..39d8e5c 100644 --- a/css/main.css +++ b/css/main.css @@ -176,7 +176,8 @@ section { #excomm, #senators, #sponsors, -#resources { +#resources, +#forms { /*max-width: 1200px;*/ display: flex; margin: 0 17.5vw; diff --git a/css/responsive.css b/css/responsive.css index 15923db..4cf574a 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -143,13 +143,24 @@ */ /*flex-grow: 1;*/ /*flex-shrink: 0;*/ - height: auto; - min-height: 100%; + height: auto; + min-height: calc(100vh - 130px); } #wrapper, footer { top: 48px; } + #intro, + #updates, + #officers, + #excomm, + #senators, + #sponsors, + #resources, + #forms { + margin: 0 10vw; + width: 80vw; + } #intro-text { margin: 0 5vw; } diff --git a/forms.html b/forms.html index 9c08e26..a16ab6f 100644 --- a/forms.html +++ b/forms.html @@ -14,7 +14,7 @@ sections: ["general", "events", "elections"]
{% include header.html %}