Add download button

This commit is contained in:
Nathan McRae
2025-08-27 21:15:20 -07:00
parent 5e795ac9f3
commit 6a4a0f5719
4 changed files with 92 additions and 66 deletions

View File

@@ -6,6 +6,11 @@ button {
border-top-color: #E3E3E3;
}
#controls {
display: flex;
flex-direction: column;
}
.group {
display: flex;
flex-direction: column;
@@ -28,10 +33,16 @@ input[type="number"] {
}
.input {
display: flex;
flex-direction: row;
height: 1.5em;
margin-bottom: 0.4em;
}
#main-content {
flex-direction: row;
}
p {
margin: auto;
margin-right: 0.5em;