Adaptable width for nav menu

This commit is contained in:
Marc Ducobu
2014-11-19 16:19:58 +01:00
parent b43ee26c81
commit 0a9cf0ceb6
5 changed files with 11 additions and 6 deletions

View File

@@ -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 {