live banner: fix horizontal alignment

This commit is contained in:
ari melody 2025-07-05 18:53:57 +01:00
parent 7a354cddf5
commit 05ab207a1f
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -242,7 +242,7 @@ div#web-buttons {
.live-preview {
display: flex;
flex-direction: row;
justify-content: center;
justify-content: start;
gap: 1em;
}