Modify CSS
Wanted more white space. Wanted to give more "breathing space" for the user/readermaster
parent
af9c79e259
commit
188539ec26
|
@ -42,4 +42,10 @@ a:visited {
|
|||
|
||||
h3 {
|
||||
color: var(--baseEm);
|
||||
}
|
||||
|
||||
/* design-ey stuff */
|
||||
|
||||
li + li, div + div {
|
||||
margin-top: 30px;
|
||||
}
|
Loading…
Reference in New Issue