diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/stylesheets/authentication.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index ff1f4aace..dbd1043a4 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -110,10 +110,10 @@ body { text-align: center; position: absolute; margin: auto; - top: 0; - bottom: 0; - left: 0; - right: 0; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; width: 400px; background-color: white; border-radius: 8px; @@ -122,10 +122,10 @@ body { .inner { position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; width: 230px; margin: auto; } @@ -141,7 +141,8 @@ body { font-size: 16px; } -.outermost, .online-container { +.outermost, +.online-container { display: flex; flex-direction: row; height: 98vh; @@ -220,4 +221,4 @@ span.user-type { #inactive-inner { border-bottom-right-radius: 8px; -}
\ No newline at end of file +} |
