File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -505,12 +505,6 @@ body .hero h1 {
505
505
text-transform : none;;
506
506
}
507
507
508
- .hero h1 {
509
- color : # fff ;
510
- font-size : 120px ;
511
- font-weight : bold;
512
- }
513
-
514
508
# home-hero {
515
509
width : 100% ;
516
510
height : 100vh ;
@@ -1217,6 +1211,12 @@ body #footer .links {
1217
1211
margin-bottom : 30px ;
1218
1212
}
1219
1213
1214
+ .hero h1 {
1215
+ color : # fff ;
1216
+ font-size : 70px ;
1217
+ font-weight : bold;
1218
+ }
1219
+
1220
1220
@media screen and (min-width : 768px ) {
1221
1221
.main-logo svg ,
1222
1222
.footer-logo img {
@@ -1289,6 +1289,10 @@ body #footer .links {
1289
1289
margin-left : 228px ;
1290
1290
margin-bottom : 0 ;
1291
1291
}
1292
+
1293
+ .hero h1 {
1294
+ font-size : 80px ;
1295
+ }
1292
1296
}
1293
1297
1294
1298
@media screen and (min-width : 991px ) {
@@ -1330,6 +1334,10 @@ body #footer .links {
1330
1334
.hero--laravel .quiet {
1331
1335
margin-left : 200px ;
1332
1336
}
1337
+
1338
+ .hero h1 {
1339
+ font-size : 100px ;
1340
+ }
1333
1341
}
1334
1342
1335
1343
@media screen and (min-width : 1200px ) {
@@ -1360,4 +1368,8 @@ body #footer .links {
1360
1368
body # footer .links {
1361
1369
justify-content : space-around;
1362
1370
}
1371
+
1372
+ .hero h1 {
1373
+ font-size : 120px ;
1374
+ }
1363
1375
}
You can’t perform that action at this time.
0 commit comments