menu styles

This commit is contained in:
ntr
2019-05-30 14:42:32 +10:00
parent dc6de694da
commit f94aff376d
5 changed files with 48 additions and 10 deletions
+14 -7
View File
@@ -56,6 +56,11 @@ h4 {
margin: 0;
}
hr {
margin: 1.5em 0;
width: 100%;
}
figure {
margin: 0;
text-align: center;
@@ -429,11 +434,15 @@ header {
display: grid;
grid-template-areas:
"top"
"team"
"list"
"create";
"list";
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-rows: min-content min-content 1fr;
}
.menu-instances .top {
grid-area: top;
}
.menu-instances .construct-list {
@@ -508,10 +517,8 @@ figure.gray {
fill: none;
}
main .top {
display: flex;
flex-flow: column;
flex: 1;
main .top button {
width: 100%;
}
.ready:hover {