From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- client/src/app/+page-not-found/page-not-found.component.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'client/src/app/+page-not-found/page-not-found.component.scss') diff --git a/client/src/app/+page-not-found/page-not-found.component.scss b/client/src/app/+page-not-found/page-not-found.component.scss index 06c1d758e..a997dd9d7 100644 --- a/client/src/app/+page-not-found/page-not-found.component.scss +++ b/client/src/app/+page-not-found/page-not-found.component.scss @@ -2,9 +2,10 @@ @import '_mixins'; .root { + @include margin-left(auto); + @include margin-right(auto); + height: 100%; - margin-left: auto; - margin-right: auto; text-align: center; padding-top: 150px; display: flex; @@ -12,20 +13,21 @@ flex-direction: column-reverse; .box { - text-align: left; + text-align: start; font-size: 120%; padding: 0 15px; } img { - margin-left: auto; + @include margin-left(auto); + width: 220px; height: auto; } @media screen and (max-width: $mobile-view) { img { - margin-right: auto; + @include margin-right(auto); } } -- cgit v1.2.3