mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
762 B
CSS
47 lines
762 B
CSS
10 months ago
|
.menu {
|
||
|
padding:8px;
|
||
|
border:1px solid #CAD5E0 ;
|
||
|
|
||
|
display:grid;
|
||
|
grid-column: 1 / span 2;
|
||
|
grid-template-columns: 92px repeat(7,auto);
|
||
|
gap:4px;
|
||
|
text-transform: capitalize;
|
||
|
align-items: center;
|
||
|
|
||
|
}
|