From 697a6df18aa3cd382a5b7a51dca5bd0eac7da9a4 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= <godef.th@free.fr>
Date: Sun, 8 Aug 2021 19:58:11 +0200
Subject: [PATCH] main.css: adjust image width.

---
 static/css/main.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/static/css/main.css b/static/css/main.css
index 2850eb1c..a67bb78c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -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 {
-- 
2.25.1