Update style.css
Browse files
style.css
CHANGED
|
@@ -179,6 +179,7 @@ nav {
|
|
| 179 |
justify-content: center;
|
| 180 |
text-align: center;
|
| 181 |
position: relative;
|
|
|
|
| 182 |
}
|
| 183 |
|
| 184 |
.hero-content {
|
|
@@ -498,6 +499,10 @@ footer {
|
|
| 498 |
font-size: 2rem;
|
| 499 |
}
|
| 500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 501 |
.hero .subtitle {
|
| 502 |
font-size: 1.2rem;
|
| 503 |
}
|
|
|
|
| 179 |
justify-content: center;
|
| 180 |
text-align: center;
|
| 181 |
position: relative;
|
| 182 |
+
padding-top: 80px;
|
| 183 |
}
|
| 184 |
|
| 185 |
.hero-content {
|
|
|
|
| 499 |
font-size: 2rem;
|
| 500 |
}
|
| 501 |
|
| 502 |
+
.hero {
|
| 503 |
+
padding-top: 100px;
|
| 504 |
+
}
|
| 505 |
+
|
| 506 |
.hero .subtitle {
|
| 507 |
font-size: 1.2rem;
|
| 508 |
}
|