File tree Expand file tree Collapse file tree 1 file changed +30
-25
lines changed Expand file tree Collapse file tree 1 file changed +30
-25
lines changed Original file line number Diff line number Diff line change @@ -1019,35 +1019,10 @@ body .panel-info>.panel-heading a {
1019
1019
background-color : # ffffff ;
1020
1020
}
1021
1021
1022
- @media (min-width : 768px ) {
1023
- .dropdown-menu .columns-3 {
1024
- min-width : 100% ;
1025
- left : 0 ;
1026
- right : auto;
1027
- overflow : hidden;
1028
- background-color : # F5F9FD ;
1029
- }
1030
-
1031
- .navbar > .container-fluid .navbar-brand {
1032
- margin-left : 0 ;
1033
- }
1034
-
1035
- body .page {
1036
- padding : 1em 2em 2em ;
1037
- }
1038
- }
1039
-
1040
1022
.footer-logo : hover {
1041
1023
text-decoration : none;
1042
1024
}
1043
1025
1044
- @media screen and (min-width : 992px ) {
1045
- .navbar-right {
1046
- display : flex;
1047
- align-items : center;
1048
- }
1049
- }
1050
-
1051
1026
.hero--symfony img {
1052
1027
width : 70% ;
1053
1028
max-width : 800px ;
@@ -1372,6 +1347,23 @@ body #footer .links {
1372
1347
padding-left : 0 !important ;
1373
1348
padding-right : 0 !important ;
1374
1349
}
1350
+
1351
+ .dropdown-menu .columns-3 {
1352
+ min-width : 100% ;
1353
+ left : 0 ;
1354
+ top : 100px ;
1355
+ right : auto;
1356
+ overflow : hidden;
1357
+ background-color : # F5F9FD ;
1358
+ }
1359
+
1360
+ .navbar > .container-fluid .navbar-brand {
1361
+ margin-left : 0 ;
1362
+ }
1363
+
1364
+ body .page {
1365
+ padding : 1em 2em 2em ;
1366
+ }
1375
1367
}
1376
1368
1377
1369
@media screen and (min-width : 991px ) {
@@ -1431,6 +1423,15 @@ body #footer .links {
1431
1423
margin-left : 20px ;
1432
1424
font-size : 18px ;
1433
1425
}
1426
+
1427
+ .navbar-right {
1428
+ display : flex;
1429
+ align-items : center;
1430
+ }
1431
+
1432
+ .dropdown-menu .columns-3 {
1433
+ top : 52px ;
1434
+ }
1434
1435
}
1435
1436
1436
1437
@media screen and (min-width : 1200px ) {
@@ -1474,6 +1475,10 @@ body #footer .links {
1474
1475
.hero--quickstart {
1475
1476
margin-bottom : -400px ;
1476
1477
}
1478
+
1479
+ .dropdown-menu .columns-3 {
1480
+ top : 48px ;
1481
+ }
1477
1482
}
1478
1483
1479
1484
.team {
You can’t perform that action at this time.
0 commit comments