From 4d2c58fb26ce393b8693b19bfa0b0fef95f5c456 Mon Sep 17 00:00:00 2001 From: xenophenes Date: Wed, 10 May 2017 20:15:46 -0700 Subject: [PATCH] mobile fixes sponsors --- static/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 647a951..58d6d13 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1513,3 +1513,15 @@ width: 33%; } } + +@media screen and (max-width: 767px) { + img#sponsors { + margin: 0; + padding: 2em 7em 2em 0; + width: 100%; + } + + .col-md-6 { + width: 100%; + } + } -- 2.39.5