diff --git a/src/components/ViewCounter.astro b/src/components/ViewCounter.astro index 03415c3..bd2a969 100644 --- a/src/components/ViewCounter.astro +++ b/src/components/ViewCounter.astro @@ -33,6 +33,12 @@ } + @media (max-width: 800px) { + .view-counter { + margin: 0 auto; + } + } +