From cee7a82c2bcedc7860f0324f871ca68440e466e1 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 18 May 2024 03:13:56 +0300 Subject: [PATCH 1/1] Fix css section comments --- app/assets/stylesheets/common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d2134536e..aa8b9d65b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -891,7 +891,8 @@ div.secondary-actions { } } -/* Rules for the "Welcome" page */ +/* Rules for the "Welcome" and "Fix the map" pages */ + .site-welcome, .site-fixthemap { .sprite { width: 50px; @@ -929,6 +930,8 @@ div.secondary-actions { } } +/* Rules for the "About" page */ + .site-about #content { .content-inner { max-width: 760px; -- 2.39.5