We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df84717 commit 103af64Copy full SHA for 103af64
script-hook-website/src/components/Hero.css
@@ -1,5 +1,5 @@
1
.hero {
2
- padding-top: 50px;
+ padding-top: 90px;
3
padding-bottom: 80px;
4
margin-top: 0;
5
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
@@ -20,6 +20,7 @@
20
max-width: 500px;
21
position: relative;
22
z-index: 5;
23
+ padding-top: 20px;
24
}
25
26
h1 {
@@ -125,7 +126,7 @@ h1 {
125
126
127
@media (max-width: 992px) {
128
- padding-top: 45px;
129
+ padding-top: 80px;
130
padding-bottom: 60px;
131
132
0 commit comments