Use column for builds menu

This commit is contained in:
Colin McLeod
2015-06-02 21:52:11 -07:00
parent 1ac9d30beb
commit 57dc910bc5
2 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ header {
.menu-list {
font-family: @fStandard;
position: absolute;
padding: 1em 1em;
padding: 0.5em 1em;
box-sizing: border-box;
min-width: 100%;
overflow-x: hidden;
@@ -56,16 +56,17 @@ header {
max-height: 400px;
&.dbl {
width: 22em;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
ul {
float: left;
width: 10em;
}
}
}
ul {
margin: 0 0 0.5em 0;
margin: 0 0 0.5em;
padding: 0;
line-height: 1.3em;
}