From 41aecfd1994954d1dd780d9e652c0272eb49fe8f Mon Sep 17 00:00:00 2001 From: julientaq <julien@coko.foundation> Date: Tue, 7 Jun 2022 05:03:27 +0200 Subject: [PATCH] change in about page --- static/css/theme-coko/main.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index a6b888b..278be04 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -754,18 +754,25 @@ article iframe { /* changes */ .about h2, +.about h3, .about article p { - grid-column: 1 / span 2; + grid-column: 1 / -1; } -.about article p { - grid-column-start: 2; +.about h3 { + font-weight: 500; + font-size: 1.4em; } + .about article p { border: none; padding: 0; + max-width: 55ch; } +.about article p + p { + margin-top: 2em; +} .services h2, .services article p { grid-column: 1/ -1; -- GitLab