diff --git a/src/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss b/src/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss index e6e5f45894..c040c27b35 100644 --- a/src/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss +++ b/src/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss @@ -50,6 +50,7 @@ .error-404.not-found, .no-results.not-found { + .page-title, .page-content { margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit}; diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 3bb1465405..c350a04a19 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -4800,13 +4800,17 @@ body.page .main-navigation { } /* 404 & Not found */ +.error-404.not-found .page-title, .error-404.not-found .page-content, +.no-results.not-found .page-title, .no-results.not-found .page-content { margin: calc(3 * 1rem) 1rem; } @media only screen and (min-width: 768px) { + .error-404.not-found .page-title, .error-404.not-found .page-content, + .no-results.not-found .page-title, .no-results.not-found .page-content { margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2); } diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index 34f353e690..6d5ccec058 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -4806,13 +4806,17 @@ body.page .main-navigation { } /* 404 & Not found */ +.error-404.not-found .page-title, .error-404.not-found .page-content, +.no-results.not-found .page-title, .no-results.not-found .page-content { margin: calc(3 * 1rem) 1rem; } @media only screen and (min-width: 768px) { + .error-404.not-found .page-title, .error-404.not-found .page-content, + .no-results.not-found .page-title, .no-results.not-found .page-content { margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2); }