This commit is contained in:
Kyle
2020-04-23 11:37:40 -07:00
parent 9aed7dec42
commit a86c0970ea
2 changed files with 27 additions and 14 deletions

View File

@@ -419,6 +419,13 @@ canvas {
display: grid;
grid-template-columns: auto;
grid-row-gap: 1rem;
text-align: center;
}
.footer > div > div:first-child {
margin-bottom: 0.2rem;
}
.footer > div > div:not(:first-child) {
font-weight: bold;
}
.footer > div > select {
width: auto !important;