rearrange things
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user