centering ads

This commit is contained in:
Jack 2020-10-31 04:20:29 +00:00
parent 858a15957f
commit 54aef536c4

View file

@ -3013,6 +3013,11 @@ key {
}
}
#ad {
justify-content: center;
display: flex;
}
@keyframes flashKey {
from {
color: var(--bg-color);