Fix Location badge position

This commit is contained in:
2021-09-30 23:49:22 +02:00
parent b393e0b64d
commit 2aae422339

View File

@@ -67,7 +67,7 @@
.badge { .badge {
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: -32px; bottom: -8px;
transform: translateX(-50%); transform: translateX(-50%);
} }