🐛 Bug fixes of design

This commit is contained in:
2024-04-21 18:07:29 +08:00
parent eda6ad9776
commit ec6ae26aba
2 changed files with 32 additions and 29 deletions

View File

@ -65,15 +65,17 @@
color: var(--md-sys-color-on-secondary);
}
.banner-container {
grid-column: span 2;
@media (min-width: 768px) {
.banner-container {
grid-column: span 2;
}
}
.banner {
display: block;
object-fit: cover;
border-radius: 28px;
height: 180px;
aspect-ratio: 3 / 1;
width: 100%;
}