mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35: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 {
|
||||
width: 330px;
|
||||
background-color: aquamarine;
|
||||
padding: 20px 80px;
|
||||
margin-left: 39%;
|
||||
margin-bottom: 160px;
|
||||
transition: all 0.5s ease;
|
||||
|
@ -522,6 +521,9 @@ header {
|
|||
text-decoration: none;
|
||||
font-family: "Sofia-Pro-Medium";
|
||||
font-size: 22px;
|
||||
padding: 20px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue