aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-20 14:21:27 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-20 14:21:27 +0100
commit4a4a6b0848bccc7177ec076f3ce947ce2a409b52 (patch)
tree22b30ee96330aa46e782b070bd621d4d6bda2c82 /src/app.scss
parentfeat: add projects page (empty for now) (diff)
downloadpml68.dev-4a4a6b0848bccc7177ec076f3ce947ce2a409b52.tar.gz
feat: add actual content to projects page (dummy projects for now)
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 {