From 36f5229b006668c989399d91a0ff849f82b9b8cf Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 8 Feb 2020 13:53:56 +0100 Subject: fix %connect + manual update --- assets/css/home.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index b19ea24..e57e7cf 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -357,7 +357,7 @@ main.info article#manual h2 { } main.info article#manual h3 { - border-bottom: solid 1px grey; + border-bottom: solid 2px #7b97b9; margin-top: 30px; padding-top: 15px; font-size: 35px; @@ -368,13 +368,20 @@ main.info article h4 { font-size: x-large; margin-top: 35px; margin-bottom: 25px; + padding: 0 20px; } main.info article#manual h5 { text-transform: uppercase; margin-top: 20px; margin-bottom: 0; + margin-left: 0; font-size: medium; + border: solid 1px; + width: fit-content; + padding: 0 3px; + border-left: 8px solid; + border-color: #7b97b9; } -- cgit v1.2.3