From 56a60d48f6cc11fb512e249f4bf32bf69e902924 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 18:05:40 +0100 Subject: Make the UI a bit more consistent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Titles have been unified by using the same HTML tag. - Centered views have been improved for big screens. - Added more views that are to be centered. Signed-off-by: Miquel Sabaté Solà --- app/assets/stylesheets/tags.css | 4 ++-- app/assets/stylesheets/utils.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/tags.css b/app/assets/stylesheets/tags.css index 141cbca..75dd87d 100644 --- a/app/assets/stylesheets/tags.css +++ b/app/assets/stylesheets/tags.css @@ -1,9 +1,9 @@ -#tag-index h2 span { +#tag-index h3 span { font-size: 1rem; vertical-align: middle; } -#tag-new h2 span { +#tag-new h3 span { font-size: 1rem; vertical-align: middle; } diff --git a/app/assets/stylesheets/utils.css b/app/assets/stylesheets/utils.css index 3659b13..d4bdb4b 100644 --- a/app/assets/stylesheets/utils.css +++ b/app/assets/stylesheets/utils.css @@ -4,7 +4,7 @@ .center-contents { display: grid; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: 1fr 2fr 1fr; } @media only screen and (max-width: 720px) { -- cgit v1.2.3