delete shadow box and change margin for banner in home

This commit is contained in:
Kostya
2023-11-14 23:08:46 +03:00
parent 6b59b4178a
commit 1d959663ba
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ export default {
width: 100%; width: 100%;
z-index: 1; z-index: 1;
overflow: hidden; overflow: hidden;
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.25);
} }
.header::before { .header::before {
content: ''; content: '';

View File

@@ -67,9 +67,10 @@ export default {
z-index: -1; z-index: -1;
} }
.home__content { .home__content {
margin-top: 200px; margin-top: 70px;
} }
.home__banner { .home__banner {
user-select: none;
display: flex; display: flex;
margin: 0 auto; margin: 0 auto;
width: 1276px; width: 1276px;