summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-10-11 20:17:39 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-10-11 20:17:39 +0000
commit03681629fcbfa8e6faadbf57df59cf27c3ff7fd1 (patch)
tree4a9baa12dc84adebd4a127151d7947af707195f2
parent97e03deb3bd9d1f3b9b1c90af511f030859c8d6b (diff)
downloadastro-03681629fcbfa8e6faadbf57df59cf27c3ff7fd1.tar.gz
astro-03681629fcbfa8e6faadbf57df59cf27c3ff7fd1.tar.zst
astro-03681629fcbfa8e6faadbf57df59cf27c3ff7fd1.zip
[ci] yarn format
-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;
+ }
+}