reduce inline css usage,
fix additional font inconsistencies, fix px unit used with 0 values
This commit is contained in:
+3
-2
@@ -53,6 +53,7 @@ header {
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-size: var(--small-font-size);
|
||||
margin: 0;
|
||||
background-color: var(--nav-header-bg-color);
|
||||
color: var(--nav-header-text-color);
|
||||
@@ -67,8 +68,8 @@ nav {
|
||||
|
||||
nav a, header h1, label[for="navtoggle"] {
|
||||
text-align: left;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
height: 2em;
|
||||
|
||||
Reference in New Issue
Block a user