We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b775a commit b38d846Copy full SHA for b38d846
css/codeception.css
@@ -1038,10 +1038,6 @@ body .panel-info>.panel-heading {
1038
margin-top: 80px;
1039
}
1040
1041
-.hero--wp .quiet{
1042
- color: #464646;
1043
-}
1044
-
1045
.container--addons {
1046
margin-bottom: 1.5em;
1047
@@ -1217,6 +1213,11 @@ body #footer .links {
1217
1213
font-weight: bold;
1218
1214
1219
1215
1216
+.hero--wp .quiet {
+ margin-bottom: 20px;
+ color: #464646;
+}
1220
+
1221
@media screen and (min-width:768px) {
1222
.main-logo svg,
1223
.footer-logo img {
@@ -1337,6 +1338,10 @@ body #footer .links {
1337
1338
.hero--laravel img {
1339
width: 160px;
1340
1341
1342
+ .hero--wp .quiet{
1343
+ margin-bottom: 0;
1344
+ }
1345
1346
1347
@media screen and (min-width:1200px) {
0 commit comments