From a454c9ae8ec1f94ebf47e212e0132603de729d3b Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Tue, 22 Sep 2020 18:29:59 +0200 Subject: [PATCH] Fix some CSS issues - Remove italics from quotes. It looks dumb. - Make "vertical" fill all available horizontal space. --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index a368955..bb7b935 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -51,6 +51,7 @@ ul { .horizontal-center { display: flex; justify-content: center; + width: 100%; } .vertical { @@ -85,5 +86,4 @@ ul { border-left-style: solid; border-color: gray; padding-left: 4px; - font-style: italic; }