rearrange things

This commit is contained in:
synth-ruiner
2017-12-23 23:34:17 +00:00
parent 9fae03960c
commit 3425659d70
4 changed files with 15 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ table th {
textarea {
height: 256px;
width: 256px;
margin: 1em;
margin: 0 1em;
font-family: monospace;
}
textarea,
@@ -64,6 +64,9 @@ input {
.centre {
margin: 0 auto;
}
.croppie-container {
height: auto;
}
.section {
width: 20vw;
height: 20vw;

View File

@@ -68,7 +68,7 @@ table {
textarea {
height: 256px;
width: 256px;
margin: 1em;
margin: 0 1em;
font-family: monospace;
}
@@ -81,6 +81,10 @@ textarea, input {
margin: 0 auto;
}
.croppie-container {
height: auto;
}
// make this just for desktop view?
// put sections in a single column on mobile/etc?
.section {