aboutsummaryrefslogtreecommitdiffstats
path: root/styles/global.scss
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-11 12:00:18 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-09-11 12:00:18 +0200
commitd79f4c0bf3dae76eaae0d36469f5b279272d6944 (patch)
treeb23ceb9507d97208a41db86af600da506f69549b /styles/global.scss
parenta863c77ea12a4c7060b9c496e5df81bbdcca2374 (diff)
downloadmy_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.tar.gz
my_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.tar.bz2
my_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.zip
splash page adjustments
Diffstat (limited to 'styles/global.scss')
-rw-r--r--styles/global.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/global.scss b/styles/global.scss
index 04473b8..f72a66b 100644
--- a/styles/global.scss
+++ b/styles/global.scss
@@ -32,6 +32,14 @@ textarea, input {
padding-right: 2rem;
}
+.fixed {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+}
+
.mobile-only {
display: none!important;