adapt script for sending results from csv
[edumed.git] / edumed / static / css / base.scss
index 1f6d195..b422a2d 100644 (file)
@@ -21,9 +21,9 @@ body {
     clear: both;
 }
 
-#ads {
-    display: inline-block;
-    width: 100%;
+#banners {
+    margin: 0 auto;
+    width: 58.75em;
 
     > a {
         display: block;
@@ -33,6 +33,7 @@ body {
     img {
         display: block;
         margin: 0 auto;
+        width: 100%;
     }
 }
 #header-wrapper {