diff --git a/static/css/style.css b/static/css/style.css index ac18f93..41718cb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -108,6 +108,16 @@ footer.page-footer { z-index: 10000; } +.sponsors { + line-height: 1; +} + +.sponsor-name { + margin-right: 20px; + white-space: nowrap; + font-weight: 500; +} + .sponsors img { display: inline-block; margin-right: 20px; @@ -119,9 +129,13 @@ footer.page-footer { } .silver-sponsors img { - max-height: 90px; + max-height: 85px; } .bronze-sponsors img { max-height: 80px; } + +.platinum-sponsors .sponsor-name { + font-size: 110px; +} diff --git a/templates/index.html b/templates/index.html index aa74a09..92aacac 100755 --- a/templates/index.html +++ b/templates/index.html @@ -107,6 +107,10 @@