diff --git a/src/app.css b/src/app.css
index c174e78..240255d 100644
--- a/src/app.css
+++ b/src/app.css
@@ -25 +25 @@ body {
- position: absolute;
+ /* position: absolute;
@@ -27 +27 @@ body {
- left: 0;
+ left: 0; */
@@ -29 +28,0 @@ body {
- /* width: 688px; */
@@ -31 +30,2 @@ body {
- height: 128px;
+ height: 50%;
+ /* height: 128px; */
@@ -32,0 +33 @@ body {
+ margin-left: 20px;
@@ -38,2 +39,2 @@ body {
- flex-wrap: wrap;
- height: 128px;
+ height: 100%;
+ /* height: 128px; */
@@ -41,3 +42,3 @@ body {
- align-content: space-evenly;
- width: 688px;
- margin: auto;
+ flex-wrap: wrap;
+ align-content: space-around;
+ /* justify-content: flex-end; */
@@ -47 +48 @@ body {
- justify-content: space-between;
+ /* justify-content: space-between; */
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);
/* width: 688px; */
min-width: 50%;
height: 128px;
background-color: gray;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: 128px;
background: red;
align-content: space-evenly;
width: 688px;
margin: auto;
}
.between {
justify-content: space-between;
}
.around {
justify-content: space-around;
}
.even {
justify-content: space-evenly;
}
.button {
width: 147px;
height: 50px;
background: #212121;
border: 2px solid black;
}