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 {
|
||||
|
@@ -3739,9 +3739,12 @@ html, body {
|
||||
.cf-subtitle {
|
||||
font-size: 1.5em; }
|
||||
|
||||
ul.submenu.min-width {
|
||||
ul.submenu.width-11-em {
|
||||
min-width: 11em; }
|
||||
|
||||
ul.submenu.width-15-em {
|
||||
min-width: 15em; }
|
||||
|
||||
.content {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user