From c47b78e13afb092aa1a30296b885b2911444fe3c Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 21 Jan 2020 01:28:04 +0100 Subject: new user manual in markdown --- assets/css/home.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css index f23affc..b3edc49 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -273,8 +273,19 @@ main.info blockquote i { color: #7b97b9; } +main.info article#manual h1 { + text-align: center; + font-size: 50px; + color: black; + background-color: transparent; + font-weight: lighter; + margin: 6%; + border-top: solid; + border-bottom: solid; +} + -main.info article h2#manual { +main.info article#manual h2 { text-align: center; font-size: 40px; } -- cgit v1.2.3