diff --git a/src/app.css b/src/app.css
index 1c134c9..fe4e577 100644
--- a/src/app.css
+++ b/src/app.css
@@ -28,2 +28 @@ body {
- width: calc(100% - 700px);
- min-width: 50%;
+ width: 50%;
@@ -34,7 +32,0 @@ body {
-/* .row {
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- height: 64px;
-} */
-
@@ -42 +34 @@ body {
- width: 147px;
+ width: 100px;
@@ -46,2 +37,0 @@ body {
- display: inline;
- margin-right: 10px;
html {
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
background: white;
margin: 0;
padding: 0;
}
#editor {
position: absolute;
top: 0;
right: 0;
width: 50%;
max-width: 700px;
height: 100%;
background: #212121;
}
#buttons {
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 700px);
min-width: 50%;
height: 300px;
background-color: gray;
}
/* .row {
display: flex;
justify-content: space-between;
flex-direction: row;
height: 64px;
} */
.button {
width: 147px;
height: 50px;
background: #212121;
border: 2px solid black;
display: inline;
margin-right: 10px;
}