mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
fix click on text get-started-button
This commit is contained in:
parent
d1972ae13e
commit
d021152f7a
1 changed files with 3 additions and 1 deletions
|
@ -504,7 +504,6 @@ header {
|
||||||
#get-started-button {
|
#get-started-button {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
background-color: aquamarine;
|
background-color: aquamarine;
|
||||||
padding: 20px 80px;
|
|
||||||
margin-left: 39%;
|
margin-left: 39%;
|
||||||
margin-bottom: 160px;
|
margin-bottom: 160px;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
|
@ -522,6 +521,9 @@ header {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "Sofia-Pro-Medium";
|
font-family: "Sofia-Pro-Medium";
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
padding: 20px;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue