Update footer and add no-bullets class for unordered lists
This commit is contained in:
@@ -52,13 +52,18 @@ a:hover {
|
||||
|
||||
/* Improve readability for smaller text, especially in long paragraphs */
|
||||
p,
|
||||
a,
|
||||
ul,
|
||||
ol {
|
||||
line-height: var(--line-height-base);
|
||||
font-size: var(--font-size-base);
|
||||
}
|
||||
|
||||
ul.no-bullets {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
||||
Reference in New Issue
Block a user