aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.scss')
-rw-r--r--src/app.scss13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/app.scss b/src/app.scss
index 764f1b0..7e47126 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -42,18 +42,6 @@ a {
}
}
-.ii {
- width: 20vh;
- height: 20vh;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- background-color: #1e1e2e;
- border-radius: 2vh;
- box-shadow: -12px -12px 28px #27273b73, 12px 12px 20px #12121c73;
-}
-
.container {
display: flex;
height: 100dvh;
@@ -61,6 +49,7 @@ a {
justify-content: center;
overflow: hidden;
flex-direction: column;
+ width: 100%;
}
.main {