From 88dcbeee459a356fb33b710cfc4e793d9798b362 Mon Sep 17 00:00:00 2001 From: christiangoeschel Date: Thu, 25 Jul 2024 10:18:39 -0400 Subject: [PATCH] updated the left and right section width --- css/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/css/style.css b/css/style.css index 335e5c4..b26a21e 100644 --- a/css/style.css +++ b/css/style.css @@ -157,7 +157,6 @@ input, textarea { /* Loading cover */ .loading_cover { - width: 100%; height: 100%; z-index: 3; @@ -167,27 +166,17 @@ input, textarea { right: 0; position: absolute; transition: bottom 350ms cubic-bezier(0.37, 0, 0.63, 1) 70ms; - } .loading_cover.loaded { - bottom: -100%; - } .loading_cover_inner { - width: auto; height: auto; display: inline-flex; margin: auto; animation: fadeInOut 700ms cubic-bezier(0.37, 0, 0.63, 1) 100ms infinite; - } - - - - -