Change banner border - only bottom

This commit is contained in:
PascalMarchesseault
2025-03-30 22:11:25 -04:00
parent 6fb2f44986
commit c7041f11f7

View File

@@ -64,7 +64,7 @@ const isCurrentCreator = computed(() => {
<style scoped>
.banner {
@apply border border-solid border-hTertiary;
@apply border-b border-solid border-hTertiary;
}
</style>