summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/src/scss/error.scss43
1 files changed, 21 insertions, 22 deletions
diff --git a/www/src/scss/error.scss b/www/src/scss/error.scss
index 61b0b1747..c49c42165 100644
--- a/www/src/scss/error.scss
+++ b/www/src/scss/error.scss
@@ -83,26 +83,25 @@ a + a {
margin-left: 2px;
}
-
section.error-content {
- height: 100vh;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- p.error-code {
- color: #ff5d01;
- text-transform: uppercase;
- }
- h1 {
- margin-top: -0.5rem;
- margin-bottom: 1rem;
- font-size: 2rem;
- }
- p {
- margin: 1rem 0;
- }
- a {
- margin: 1rem 0;
- }
-} \ No newline at end of file
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ p.error-code {
+ color: #ff5d01;
+ text-transform: uppercase;
+ }
+ h1 {
+ margin-top: -0.5rem;
+ margin-bottom: 1rem;
+ font-size: 2rem;
+ }
+ p {
+ margin: 1rem 0;
+ }
+ a {
+ margin: 1rem 0;
+ }
+}