mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
Footer: Fix bottom margin
This commit is contained in:
parent
083a4adcda
commit
1a22aa95f8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
}
|
}
|
||||||
.gradient {
|
.gradient {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -450px;
|
bottom: 50px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 900px;
|
height: 900px;
|
||||||
|
|
Loading…
Reference in a new issue