mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
feat: increase line height (#26)
This commit is contained in:
parent
90e865e2a2
commit
decc99767d
1 changed files with 5 additions and 0 deletions
|
@ -476,6 +476,11 @@ footer a {
|
||||||
footer a:hover {
|
footer a:hover {
|
||||||
color: #cfe8f6;
|
color: #cfe8f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.features *, .top * {
|
||||||
|
line-height: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
#devs {
|
#devs {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|
Loading…
Reference in a new issue