Diff
diff --git a/tests/src/app.css b/tests/src/app.css
index f215bad..dcc4246 100644
--- a/tests/src/app.css
+++ b/tests/src/app.css
@@ -2,2 +2,2 @@ html {
- margin: 0;
- padding: 0;
+ margin: 0;
+ padding: 0;
@@ -7,5 +7,5 @@ body {
- width: 100%;
- height: 100%;
- background: white;
- margin: 0;
- padding: 0;
+ width: 100%;
+ height: 100%;
+ background: white;
+ margin: 0;
+ padding: 0;
@@ -15,7 +15,7 @@ body {
- position: absolute;
- top: 0;
- right: 0;
- width: 50%;
- max-width: 700px;
- height: 100%;
- background: #212121;
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 50%;
+ max-width: 700px;
+ height: 100%;
+ background: #212121;
@@ -25,8 +25,8 @@ body {
- position: absolute;
- bottom: 0;
- left: 0;
- width: calc(100% - 700px);
- /* width: 688px; */
- min-width: 50%;
- height: 128px;
- background-color: gray;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: calc(100% - 700px);
+ /* width: 688px; */
+ min-width: 50%;
+ height: 128px;
+ background-color: gray;
@@ -36,8 +36,8 @@ body {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- height: 128px;
- /* background: red; */
- align-content: space-evenly;
- width: 688px;
- margin: auto;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ height: 128px;
+ /* background: red; */
+ align-content: space-evenly;
+ width: 688px;
+ margin: auto;
@@ -47 +47 @@ body {
- justify-content: space-between;
+ justify-content: space-between;
@@ -51 +51 @@ body {
- justify-content: space-around;
+ justify-content: space-around;
@@ -55 +55 @@ body {
- justify-content: space-evenly;
+ justify-content: space-evenly;
@@ -59,7 +59,5 @@ body {
- width: 147px;
- height: 50px;
- background: #212121;
- border: 2px solid black;
- font-weight: 900;
- text-align: center;
- line-height: 50px;
+ width: 147px;
+ height: 50px;
+ background: #212121;
+ border: 2px solid black;
+ font-weight: 900;
@@ -69 +67 @@ body {
- background: red;
+ background: red;