HM-104. Сделал адаптивной NotFound (#49)
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user