diff --git a/style/main.css b/style/main.css index f01b50a..0ad0f9e 100644 --- a/style/main.css +++ b/style/main.css @@ -151,7 +151,7 @@ main{ grid-row: 1; font-size: 15px; z-index: 5; - padding-top: 50px; + padding-top: 27px; address { margin-bottom: 2em; @@ -518,6 +518,8 @@ main{ padding-right: 33px; font-size: 16.1px; line-height: 1.333em; + flex-shrink: 0; + box-sizing: border-box; } #eventSection{ diff --git a/style/responsive.css b/style/responsive.css index 8e74f7d..2ec6c19 100644 --- a/style/responsive.css +++ b/style/responsive.css @@ -269,12 +269,13 @@ } #extraContent{ - height: 90vh; + height: 100%; flex-direction: row; overflow: hidden; #aboutSection{ font-size: 22px; + max-width: 50vw; } #eventSection{