menu styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user