From c8f7e7616f27ce8e8164810b0acc34d1f33712c7 Mon Sep 17 00:00:00 2001 From: stingl Date: Wed, 22 Sep 2021 17:15:09 +0200 Subject: [PATCH] more --- css/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/app.css b/css/app.css index 8bee10e..eb6a2dc 100644 --- a/css/app.css +++ b/css/app.css @@ -212,6 +212,14 @@ nav, .card { left: 0; } +#hidden-three { + width: 1em; + height: 1em; + position: fixed; + top: 0; + right: 0; +} + #hidden-two { width: 1em; height: 1em; @@ -219,3 +227,11 @@ nav, .card { bottom: 0; right: 0; } + +#hidden-four { + width: 1em; + height: 1em; + position: fixed; + bottom: 0; + left: 0; +}