HM-104. Сделал адаптивной NotFound (#46)
This commit is contained in:
@ -97,7 +97,7 @@
|
||||
<img src="./img/error-404.svg" class="NotFound__image" alt="404">
|
||||
<div class="h5 m-3">
|
||||
<div class="m-0 text-center">404. Страница не найдена</div>
|
||||
<div class="NotFound__text"></div>
|
||||
<div class="NotFound__text text-center"></div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-primary NotFound__redirectButton w-auto">На главную</button>
|
||||
</div>
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
.NotFound__image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-right: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user