⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(index.html): center output

Fuwn 7c4f0c20 8d04864c

+8 -1
+8 -1
index.html
··· 98 98 white-space: pre-wrap; 99 99 word-wrap: break-word; 100 100 max-width: 100%; 101 - margin-top: 30px; 101 + margin-top: 20px; 102 102 } 103 103 104 104 a { ··· 120 120 121 121 .attribution-2 { 122 122 display: none; 123 + } 124 + 125 + .counter { 126 + display: flex; 127 + flex-direction: column; 128 + justify-content: center; 129 + align-items: center; 123 130 } 124 131 125 132 @media (max-width: 768px) {