From d79f4c0bf3dae76eaae0d36469f5b279272d6944 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 11 Sep 2021 12:00:18 +0200 Subject: splash page adjustments --- styles/global.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'styles/global.scss') 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; -- cgit v1.2.3