summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-11-26 15:59:02 -0500
committermattkae <mattkae@protonmail.com>2021-11-26 15:59:02 -0500
commit2a8544e2d2534b138b7100ea8cfb30c21358adaf (patch)
treede37243945cfcd322206160106fcda9918d74b29 /index.css
parentece64d0aa9bf0ef3aac570bf8ee0a5ab9ef752c8 (diff)
(mkosarek) Some more sizing for mobile
Diffstat (limited to 'index.css')
-rw-r--r--index.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/index.css b/index.css
index ba2fe55..58a818e 100644
--- a/index.css
+++ b/index.css
@@ -199,17 +199,12 @@ input:focus {
/* Theme Selector */
#theme_selector {
- position: fixed;
width: 50%;
display: flex;
align-items: center;
bottom: 1rem;
}
-#theme_selector > label {
- font-weight: bold;
-}
-
#theme_selector > button {
width: 5rem;
height: 2rem;
@@ -241,6 +236,14 @@ only screen and (max-width:1280px) {
font-size: 1.5rem;
}
+ body {
+ width: 90vw !important;
+ }
+
+ #theme_selector {
+ padding-bottom: 2rem !important;
+ }
+
.carousel_image_expanded_container > .carousel_image {
width: 100vw;
}