[refactor] improve menu layout and buttons

This commit is contained in:
Kuldeep M 2019-02-19 15:06:01 +00:00
parent d14eb298f1
commit b375923d43
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
}
.menu-nav-area-grow {
@ -110,7 +111,7 @@
overflow-y: inherit;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 100fr;
grid-template-rows: auto 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
justify-items: stretch;