Skip to content

Commit d698cbe

Browse files
committed
upd title
1 parent 0960e67 commit d698cbe

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

css/codeception.css

+18-6
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,6 @@ body .hero h1 {
505505
text-transform: none;;
506506
}
507507

508-
.hero h1 {
509-
color: #fff;
510-
font-size: 120px;
511-
font-weight: bold;
512-
}
513-
514508
#home-hero{
515509
width: 100%;
516510
height: 100vh;
@@ -1217,6 +1211,12 @@ body #footer .links {
12171211
margin-bottom: 30px;
12181212
}
12191213

1214+
.hero h1 {
1215+
color: #fff;
1216+
font-size: 70px;
1217+
font-weight: bold;
1218+
}
1219+
12201220
@media screen and (min-width:768px) {
12211221
.main-logo svg,
12221222
.footer-logo img {
@@ -1289,6 +1289,10 @@ body #footer .links {
12891289
margin-left: 228px;
12901290
margin-bottom: 0;
12911291
}
1292+
1293+
.hero h1 {
1294+
font-size: 80px;
1295+
}
12921296
}
12931297

12941298
@media screen and (min-width:991px) {
@@ -1330,6 +1334,10 @@ body #footer .links {
13301334
.hero--laravel .quiet {
13311335
margin-left: 200px;
13321336
}
1337+
1338+
.hero h1 {
1339+
font-size: 100px;
1340+
}
13331341
}
13341342

13351343
@media screen and (min-width:1200px) {
@@ -1360,4 +1368,8 @@ body #footer .links {
13601368
body #footer .links {
13611369
justify-content: space-around;
13621370
}
1371+
1372+
.hero h1 {
1373+
font-size: 120px;
1374+
}
13631375
}

0 commit comments

Comments
 (0)