diff options
Diffstat (limited to 'assets/_sass/pages')
| -rw-r--r-- | assets/_sass/pages/_fourofour.scss | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/assets/_sass/pages/_fourofour.scss b/assets/_sass/pages/_fourofour.scss index 5257ff1..c8cd137 100644 --- a/assets/_sass/pages/_fourofour.scss +++ b/assets/_sass/pages/_fourofour.scss @@ -1,9 +1,8 @@ -.page-not-found {
- text-align: center;
-
- svg {
- fill: currentColor;
- color: var(--grey-ddd);
- margin: 0 auto;
- }
-}
+.page-not-found { + text-align: center; +} +.page-not-found svg { + fill: currentColor; + color: var(--grey-ddd); + margin: 0 auto; +} |
