new style banner mobail

This commit is contained in:
2024-04-17 12:15:16 +03:00
parent e46022ff89
commit 1a7ee34959
3 changed files with 22 additions and 20 deletions

View File

@@ -21,15 +21,21 @@
@media (max-width: 767px) {
.banner--header {
height: 8rem;
position: relative;
display: block;
max-width: 767px;
width: 100%;
/* height: 8rem;
position: relative; */
}
.banner--header img {
position: absolute;
width: 100%;
height: auto;
/*position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-height: 100%;
max-height: 100%;*/
}
}