summaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 6c3ed5a..fca72d9 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -38,6 +38,8 @@ progress {
width: 100%;
margin-top: -22px;
position: absolute;
+ left: 0;
+ top: 33px;
z-index: -1000;
}
@@ -92,8 +94,6 @@ body {
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
- margin-top: 10%;
- margin-bottom: 15%;
.icon {
flex-basis: 10%;
@@ -117,7 +117,6 @@ body {
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
- height: 100%;
.item {
&:before {
@@ -215,21 +214,11 @@ body {
.bottom {
display: flex;
- flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
height: 100%;
margin-top: 10%;
-
- .button {
- flex-basis: 20%;
-
- img {
- width: 80%;
- margin: 0 10%;
- }
- }
}
.log {