diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 1888d9350..a0009eecc 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -71,12 +71,12 @@ body { | |||
71 | background-color: pvar(--mainHoverColor); | 71 | background-color: pvar(--mainHoverColor); |
72 | } | 72 | } |
73 | 73 | ||
74 | noscript, | ||
74 | #incompatible-browser { | 75 | #incompatible-browser { |
75 | display: none; | 76 | display: block; |
76 | text-align: center; | 77 | font-size: 1.2rem; |
77 | position: absolute; | 78 | max-width: 600px; |
78 | width: 100%; | 79 | margin: 1rem auto; |
79 | top: 45%; | ||
80 | } | 80 | } |
81 | 81 | ||
82 | strong { | 82 | strong { |