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