aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-13 19:11:38 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-13 19:11:38 +0530
commit81808a6d71e561993608068d994c0615872d6c33 (patch)
tree18bfad7c3d76aae1101dafc86fd4a22fcfdbcd2e
parent19b77d0b11b3a4b7688f0c0009e29528432e5667 (diff)
both the menu and the background are now responsive yay
-rw-r--r--.config/startpage/backgroundsmall.jpgbin0 -> 103811 bytes
-rw-r--r--.config/startpage/index.html14
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/startpage/backgroundsmall.jpg b/.config/startpage/backgroundsmall.jpg
new file mode 100644
index 0000000..3b51a70
--- /dev/null
+++ b/.config/startpage/backgroundsmall.jpg
Binary files differ
diff --git a/.config/startpage/index.html b/.config/startpage/index.html
index bd9e045..f9c7650 100644
--- a/.config/startpage/index.html
+++ b/.config/startpage/index.html
@@ -10,16 +10,17 @@
margin: 0px;
background-image: url('main/background.jpg');
background-repeat: no-repeat;
- background-size: cover;
+ background-size: 100vw 110vh; /* 110vh so yukino looks cuter lol */
+
+ background-color: #565960;
}
.nav {
position: absolute;
bottom: 0.5rem;
- left: 0; right: 0;
-
+ left: 1.5rem; right: 1.5rem;
margin: auto;
- width: 90%;
- height: 3rem;
+
+ /*width: 90%;*/
background-color: #FFFFFF;
border: 2px solid #232627;
@@ -36,8 +37,9 @@
}
.link-container {
background-color: #5B76B7;
- padding: 0.5rem 1rem;
+ padding: 0.5rem 1.1rem;
border-radius: 1.5rem;
+ margin: 0.25rem 0.3rem;
}
.nav a {
color: white;