fix(banners): 🐛 vertical/horizontal layout toggle

This commit is contained in:
Guz013
2023-06-23 15:46:24 -03:00
parent 78ca4fc4ba
commit b2069b920f

View File

@@ -51,7 +51,10 @@ export function generateBannerHtml({
: 'flex-direction: column;'
}
align-items: center;
justify-content: center;
${horizontal
? 'justify-content: flex-start;'
: 'justify-content: center;'
}
min-width: 98%;
min-height: 20%;
gap: 1em;