X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/29d00a3749ebfcf255932d7d0d0c9013c2e9a5a3..566ee7cbbf5ad86cc0fe154a4c592c522d97ead2:/edumed/static/css/main.scss?ds=inline

diff --git a/edumed/static/css/main.scss b/edumed/static/css/main.scss
index 1818e60..d06205f 100755
--- a/edumed/static/css/main.scss
+++ b/edumed/static/css/main.scss
@@ -20,11 +20,6 @@ $px: .0625em;
     width: 220*$px - 3 * 20*$px;
     float: left;
 
-    &:first-of-type {
-      padding-top: 0;
-      border-top-right-radius: 0;
-      border-top-left-radius: 0;
-    }
     &:last-of-type {
       margin-bottom: 0;
     }
@@ -198,6 +193,11 @@ $px: .0625em;
   p {
     margin: 0 0 30*$px 1.4em;
   }
+  .side-banner img {
+    display: block;
+    width: 100%;
+    margin-bottom: 0.2em;
+  }
 }
 
 #main-chosen {