Save
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5666,7 +5666,7 @@ body {
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
grid-column-gap: 5px !important;
|
grid-column-gap: 5px !important;
|
||||||
grid-template-columns: repeat(2, 200px) !important;
|
grid-template-columns: repeat(3, 200px) !important;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
@@ -5687,7 +5687,7 @@ body {
|
|||||||
.dropdown-menu.level1 {
|
.dropdown-menu.level1 {
|
||||||
ul {
|
ul {
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-template-rows: repeat(11, auto);
|
grid-template-rows: repeat(12, auto);
|
||||||
grid-template-columns: repeat(3, 270px);
|
grid-template-columns: repeat(3, 270px);
|
||||||
|
|
||||||
@media (max-height: 730px) {
|
@media (max-height: 730px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user