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 5a57fa5 commit 16f4f92Copy full SHA for 16f4f92
css/codeception.css
@@ -1384,6 +1384,16 @@ body #footer .links {
1384
.hero--wp .quiet{
1385
margin-bottom: 0;
1386
}
1387
+
1388
+ .well-custom-row {
1389
+ display: flex;
1390
+ align-items: center;
1391
+ }
1392
1393
+ .well-custom-row .btn {
1394
+ margin-left: 20px;
1395
+ font-size: 18px;
1396
1397
1398
1399
@media screen and (min-width:1200px) {
@@ -1448,15 +1458,10 @@ body #footer .links {
1448
1458
margin-bottom: 1em;
1449
1459
1450
1460
1451
-.well-custom .btn {
1452
- margin-left: 20px;
1453
-}
1454
-
1455
1461
.well-custom {
1456
1462
flex-direction: column;
1457
1463
1464
-.well-custom-row {
- display: flex;
- align-items: center;
1465
+.well-custom-row .btn {
1466
+ font-size: 16px;
1467
0 commit comments