You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
496 B
24 lines
496 B
3 years ago
|
|
||
|
#main-menu
|
||
|
{
|
||
|
.menu-label
|
||
|
{
|
||
|
display:none;
|
||
|
}
|
||
|
ul
|
||
|
{
|
||
|
display:block;
|
||
|
margin-block-start: 1em;
|
||
|
margin-block-end: 1em;
|
||
|
margin-inline-start: 0px;
|
||
|
margin-inline-end: 0px;
|
||
|
padding-inline-start: 0px;
|
||
|
margin:0px;
|
||
|
li
|
||
|
{
|
||
|
display:inline-block;
|
||
|
width:24%;
|
||
|
}
|
||
|
}
|
||
|
}
|