summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css28
1 files changed, 5 insertions, 23 deletions
diff --git a/css/index.css b/css/index.css
index 1df6417..7f0ad2e 100644
--- a/css/index.css
+++ b/css/index.css
@@ -10,7 +10,6 @@ body {
padding: 0;
margin: 0;
font-size: 1vw;
- opacity: 0;
transition: 0.5s;
}
@@ -22,33 +21,16 @@ body {
}
.content {
- flex: 0 1 auto;
+ position: absolute;
+ left: 42.75%;
border: 1px solid var(--color1);
padding: 45.5px;
-}
-
-@media screen and (max-width: 957px) {
- .content {
- padding: 50px;
- }
-
- .waifu {
- height: 316px !important;
- }
-}
-
-@media screen and (max-width: 749px) {
- .content {
- padding: 50px;
- }
-
- .waifu {
- display: none;
- }
+ text-align: center;
}
.waifu {
- flex: 0 2 0;
+ position: absolute;
+ right: 57.75%;
height: 416px;
border: 1px solid var(--color1);
}