From 1a0cb3a864299038cc3ac1ac2a54cff92fc46de8 Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 10 May 2019 17:44:47 +0200 Subject: [PATCH] Visual adjustment to screens, the max width is set to 60em, except on listings --- app/assets/stylesheets/all.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/all.sass b/app/assets/stylesheets/all.sass index 1e1be003..3b9379a0 100644 --- a/app/assets/stylesheets/all.sass +++ b/app/assets/stylesheets/all.sass @@ -134,8 +134,12 @@ aside padding: 0.5em 1em 0.5em 0 display: block -fieldset, main > form +main width: 60em +body.index main + width: initial + +fieldset border: none margin: 1em auto padding: 2%