ungleich header slider
This commit is contained in:
parent
0fdcfcfe50
commit
49ea549c73
2 changed files with 45 additions and 11 deletions
|
|
@ -111,3 +111,18 @@
|
|||
paddding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.header_slider {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.header_slider > .carousel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.header_slider > .carousel .item {
|
||||
padding-top: 150px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue