diff --git a/src/app.css b/src/app.css
index 94ff588..c6531c2 100644
--- a/src/app.css
+++ b/src/app.css
@@ -30 +30 @@ body {
- height: 128px;
+ height: 300px;
@@ -39 +38,0 @@ body {
- background: red;
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: 128px;
background-color: gray;
}
.row {
display: flex;
justify-content: space-between;
flex-direction: row;
height: 64px;
background: red;
}
.button {
width: 147px;
height: 50px;
background: #212121;
border: 2px solid black;
/* display: inline; */
margin-right: 10px;
}