new style header banner
This commit is contained in:
@@ -1,23 +1,16 @@
|
||||
.banner--header {
|
||||
height: 12rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: block;
|
||||
max-width: 1440px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.banner--header img {
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.banner--header a {
|
||||
display: flex;
|
||||
.banner--header IMG{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.banner--header {
|
||||
|
||||
Reference in New Issue
Block a user