diff --git a/static/css/style.css b/static/css/style.css index 06cf044..f5aec17 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,6 +127,14 @@ footer.page-footer { font-family: "Archivo Narrow", "Helvetica", sans-serif; } +.sponsors > div { + max-width: 85%; +} + +.gold-sponsors img { + max-height: 90px; +} + .silver-sponsors img { max-height: 85px; } diff --git a/templates/index.html b/templates/index.html index 6f09a60..8ec6e25 100755 --- a/templates/index.html +++ b/templates/index.html @@ -111,6 +111,10 @@