Random fixes (#57)

This commit is contained in:
Christopher Chedeau
2020-01-02 18:20:08 -08:00
committed by GitHub
parent 10e317e359
commit 4c94976527
2 changed files with 126 additions and 128 deletions
+6 -18
View File
@@ -3,24 +3,12 @@
font-family: "Virgil";
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
}
.exportWrapper {
margin-bottom: 10px;
display: flex;
align-items: center;
}
.exportWrapper label {
display: flex;
align-items: center;
margin: 0 5px;
}
.exportWrapper button {
label {
margin-right: 10px;
}
.exportWrapper input[type="number"] {
width: 40px;
padding: 2px;
margin-left: 10px;
input[type="number"] {
width: 30px;
}
input {
margin-right: 5px;
}