aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-12-27 20:17:28 +0900
committerPitu <[email protected]>2020-12-27 20:17:28 +0900
commit24edf8f4fde96500e9cb23806f4826904144ebc8 (patch)
treeca59c77831cfbfed0ba3848af7c0a399c2cc73f4 /src/site/pages
parentUpdate admin password to be random (diff)
downloadhost.fuwn.me-24edf8f4fde96500e9cb23806f4826904144ebc8.tar.xz
host.fuwn.me-24edf8f4fde96500e9cb23806f4826904144ebc8.zip
fix: mobile styling
Diffstat (limited to 'src/site/pages')
-rw-r--r--src/site/pages/index.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/site/pages/index.vue b/src/site/pages/index.vue
index 2385021..8bdd23d 100644
--- a/src/site/pages/index.vue
+++ b/src/site/pages/index.vue
@@ -89,8 +89,12 @@ export default {
.leftSpacer {
width: 100%;
.mainBlock {
+ height: auto;
+ padding: 2rem 0;
> div {
- top: 5rem;
+ top: 0rem;
+ position: relative;
+ text-align: center;
}
}
}