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