center the view counter on mobile

This commit is contained in:
2024-10-09 21:08:27 +02:00
parent 529609ded4
commit d404dd72bb
+6
View File
@@ -33,6 +33,12 @@
} }
@media (max-width: 800px) {
.view-counter {
margin: 0 auto;
}
}
</style> </style>
<script> <script>