Fix some CSS issues
- Remove italics from quotes. It looks dumb. - Make "vertical" fill all available horizontal space.
This commit is contained in:
parent
3906478431
commit
a454c9ae8e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user