main.css: adjust image width.
authorThérèse Godefroy <godef.th@free.fr>
Sun, 8 Aug 2021 17:58:11 +0000 (19:58 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Sun, 8 Aug 2021 17:58:11 +0000 (19:58 +0200)
static/css/main.css

index 2850eb1c879b442248a0d42a7ccfbbe586d64cce..a67bb78c759b472214e226fdddc3746a1794dece 100644 (file)
@@ -456,7 +456,7 @@ p.large {
 }
 
 p.medium {
-    width: 400px;
+    width: 350px;
 }
 
 p.small {
@@ -907,9 +907,8 @@ input[type='reset']:hover {
        height: auto;
     }
 
-    .row .sidebar > p > img {
-       width: 80%;
-       height: auto;
+    .row .sidebar > p.medium {
+       margin: 0;
     }
 
     #workshops-image {