HM-104. Сделал адаптивной NotFound (#49)

This commit is contained in:
Михаил
2020-08-02 14:57:52 +03:00
committed by GitHub
parent 3a8bf0632b
commit e0e6877e18

View File

@ -99,7 +99,7 @@
<template id="not-found-content"> <template id="not-found-content">
<div class="d-flex row justify-content-center"> <div class="d-flex row justify-content-center">
<img src="./img/error-404.svg" class="NotFound__image" alt="404"> <img src="./img/error-404.svg" class="NotFound__image" alt="404">
<div class="h5 m-3"> <div class="h5 m-1">
<div class="m-0 text-center">404. Страница не найдена</div> <div class="m-0 text-center">404. Страница не найдена</div>
<div class="NotFound__text text-center"></div> <div class="NotFound__text text-center"></div>
</div> </div>