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

@@ -93,6 +93,10 @@
}
.bd-carbon {
aspect-ratio: 40 / 26;
max-height: 280px !important;
max-width: 400px !important;
&,
& > div {
align-items: center;
@@ -101,7 +105,6 @@
}
> div {
height: 280px !important;
width: 400px !important;
aspect-ratio: 40 / 26;
}
}