mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete shadow box and change margin for banner in home
This commit is contained in:
@@ -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: '';
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user