mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Adaptable width for nav menu
This commit is contained in:
@@ -18,8 +18,10 @@ html,body {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
ul.submenu.min-width {
|
||||
min-width: 11em;
|
||||
@each $len in 11, 15 {
|
||||
ul.submenu.width-#{$len}-em {
|
||||
min-width: #{$len}em;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
Reference in New Issue
Block a user