diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-06-13 10:17:46 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-06-13 10:17:46 -0400 |
| commit | fbf768dd4c7734cfdcca38fd1dc1ecf63c64d985 (patch) | |
| tree | 1c267a3762543b469805d0e08e13f9d311e6a036 /views | |
| parent | 2c947f1ba7785ccbb705c0dce7e6bd64821da99d (diff) | |
| parent | a7a7a5a75845d40f835a38a3af24f000db50009b (diff) | |
Merge branch 'master' into lanyi-branch
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 +} |
