move abandon btn

This commit is contained in:
ntr
2019-09-22 13:16:59 +10:00
parent 47135836b4
commit 15171f97e2
8 changed files with 148 additions and 70 deletions
+12 -5
View File
@@ -22,7 +22,14 @@ aside {
grid-area: controls;
display: grid;
grid-auto-rows: 1fr;
grid-template-areas:
"top"
"p0"
"p1"
"bottom";
grid-template-rows: min-content 3fr 3fr 1fr;
grid-gap: 0.5em 0;
}
@@ -107,11 +114,11 @@ aside {
button {
flex: 0;
}
&:first-child {
flex: 1;
font-size: 200%;
}
.ready {
flex: 1;
font-size: 200%;
}
}