banner elements now shift better on mobile

This commit is contained in:
2026-04-02 16:31:10 +02:00
parent 3dd22c04dc
commit fd71b935ad
4 changed files with 16 additions and 5 deletions

View File

@@ -130,6 +130,16 @@
.title-container {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.date-container {
align-items: flex-start;
}
.date {
font-size: 0.9rem;
line-height: 1.2rem;
}
}
</style>