Initial commit

This commit is contained in:
2024-03-01 17:47:03 +03:00
commit 10722da013
227 changed files with 13356 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.banner--header {
height: 12rem;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
overflow: hidden;
}
.banner--header img {
min-height: 100%;
}
@media (max-width: 767px) {
.banner--header {
height: 8rem;
}
}