mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
Merge pull request #6 from mhmdali102/click-text-get-start-button
Click text get start button
This commit is contained in:
commit
51bd75bbdf
1 changed files with 3 additions and 1 deletions
|
@ -508,7 +508,6 @@ header {
|
||||||
#get-started-button {
|
#get-started-button {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
background-color: aquamarine;
|
background-color: aquamarine;
|
||||||
padding: 20px 80px;
|
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
margin-bottom: 160px;
|
margin-bottom: 160px;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
|
@ -526,6 +525,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