diff --git a/src/app.html b/src/app.html index 69162c8..0004085 100644 --- a/src/app.html +++ b/src/app.html @@ -97,7 +97,7 @@ 404
404. Страница не найдена
-
+
diff --git a/src/components/not-found-page/NotFoundPage.css b/src/components/not-found-page/NotFoundPage.css index e4f45d1..c1ec4b9 100644 --- a/src/components/not-found-page/NotFoundPage.css +++ b/src/components/not-found-page/NotFoundPage.css @@ -6,6 +6,7 @@ .NotFound__image { display: flex; justify-content: center; - margin-right: 0; + margin: 0; + padding: 0; width: 150px; }