wider sponsors
authorJan Szejko <janek37@gmail.com>
Tue, 13 Mar 2018 14:47:53 +0000 (15:47 +0100)
committerJan Szejko <janek37@gmail.com>
Tue, 13 Mar 2018 14:47:53 +0000 (15:47 +0100)
edumed/static/css/base.css
edumed/static/css/base.scss

index a0cb9e3..aa29f18 100644 (file)
@@ -145,14 +145,18 @@ footer.main {
     float: left;
     margin-right: 1.25em;
     width: 13.75em; }
+  footer.main .sponsors-page {
+    margin-bottom: 1.25em; }
   footer.main .sponsors-column {
     float: left;
     margin-left: 1.25em;
-    width: 6.25em; }
+    width: 9.1875em; }
     footer.main .sponsors-column p {
       font-size: .75em; }
   footer.main .sponsors-column:first-child {
     margin-left: 0; }
+  footer.main .sponsors-column:nth-last-child(2) {
+    width: 6.25em; }
   footer.main .footer-extra p {
     margin-top: 0; }
 
index d4b586d..c5ac35d 100644 (file)
@@ -167,10 +167,13 @@ footer.main {
         margin-right: 20 * $px;
         width: 220 * $px;
     }
+    .sponsors-page {
+        margin-bottom: 20 * $px;
+    }
     .sponsors-column {
         float: left;
         margin-left: 20 * $px;
-        width: 100 * $px;
+        width: 147 * $px;
         p {
             font-size: .75em;
         }
@@ -178,6 +181,9 @@ footer.main {
     .sponsors-column:first-child {
         margin-left: 0;
     }
+    .sponsors-column:nth-last-child(2) {
+        width: 100 * $px;
+    }
     .footer-extra p {
         margin-top: 0;
     }