From 1f8c94c33aaf202a41e219a63b4c5d7a6a3db095 Mon Sep 17 00:00:00 2001 From: meaz Date: Thu, 16 Jan 2020 22:52:14 +0100 Subject: [PATCH] add some margin + center align title --- themes/grav-theme-howto/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index 5057a6b6..ea426b90 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -77,7 +77,16 @@ a:hover { display: flex; flex-direction: row; flex-wrap: wrap; - justify-content: flex-start; + justify-content: space-evenly; +} + +#flex .three { + margin-left: 30px; + margin-right: 30px; +} + +#flex h2 { + text-align: center; } .padding {