diff --git a/src/app.css b/src/app.css
index 4d4e8ae..c075e85 100644
--- a/src/app.css
+++ b/src/app.css
@@ -40 +40 @@ body {
- justify-content: flex-start;
+ justify-content: space-around;
@@ -48,0 +49,2 @@ 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: 128px;
background-color: gray;
}
.row {
display: flex;
flex-direction: row;
height: 128px;
background: red;
flex-wrap: wrap;
justify-content: flex-start;
align-content: space-around;
}
.button {
width: 147px;
height: 50px;
background: #212121;
border: 2px solid black;
}