add line height to h1
This commit is contained in:
parent
d145779ed0
commit
88bd77fd09
|
@ -70,7 +70,7 @@ header {
|
|||
}
|
||||
|
||||
header h1 {
|
||||
margin: 1em 0 1em 0.7em;
|
||||
margin: 0.5em 0 0.5em 0.7em;
|
||||
color:#333;
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,12 @@ header nav { /* Not used by me, but used by suckless.org */
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
h1 {
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
/* Navigation bar */
|
||||
|
||||
nav {
|
||||
|
|
Loading…
Reference in New Issue
Block a user