Fix layout bugs
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -16,16 +16,6 @@ a:hover {
|
||||
color: var(--text-800);
|
||||
}
|
||||
|
||||
sup,
|
||||
sub {
|
||||
color: var(--text-600);
|
||||
}
|
||||
|
||||
sup:hover,
|
||||
sub:hover {
|
||||
color: var(--text-800);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@@ -64,3 +54,11 @@ body {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1.5rem 0 1.5rem 0;
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user