Fix banner overflow

This commit is contained in:
Jeremy Thomas
2025-02-05 14:05:26 +00:00
parent 96a2497155
commit 7f4c17bb55
5 changed files with 17 additions and 6 deletions

View File

@@ -799,6 +799,7 @@ div.shine {
gap: 0.5rem 1rem;
white-space: nowrap;
flex-direction: column;
overflow: hidden;
h3,
small {
@@ -822,6 +823,7 @@ div.shine {
display: block;
opacity: 1;
font-weight: 400;
white-space: normal;
}
.launch-shine {