Fix some CSS issues

- Remove italics from quotes. It looks dumb.
- Make "vertical" fill all available horizontal space.
This commit is contained in:
PapaTutuWawa 2020-09-22 18:29:59 +02:00
parent 3906478431
commit a454c9ae8e

View File

@ -51,6 +51,7 @@ ul {
.horizontal-center { .horizontal-center {
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 100%;
} }
.vertical { .vertical {
@ -85,5 +86,4 @@ ul {
border-left-style: solid; border-left-style: solid;
border-color: gray; border-color: gray;
padding-left: 4px; padding-left: 4px;
font-style: italic;
} }