style: align ad content to the center

This commit is contained in:
Miodec 2025-05-29 15:15:12 +02:00
parent 0600b25cda
commit af86a2d73d

View file

@ -17,6 +17,7 @@
.ad {
background: var(--sub-alt-color);
display: grid;
justify-content: center;
grid-template-areas: "col";
transition: opacity 0.125s;