⭐ 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.

fix(index.html): attribution spacing on desktop

Fuwn 8d04864c fd64754c

+6 -1
+6 -1
index.html
··· 65 65 66 66 select { 67 67 color: #9fadbd; 68 + margin-bottom: 35%; 68 69 } 69 70 70 71 select:focus { ··· 124 125 @media (max-width: 768px) { 125 126 main { 126 127 flex-direction: column; 127 - gap: 60px; 128 + gap: 40px; 128 129 } 129 130 130 131 .attribution-1 { ··· 138 139 .attribution { 139 140 position: unset; 140 141 margin-top: 40px; 142 + } 143 + 144 + select { 145 + margin-bottom: unset; 141 146 } 142 147 } 143 148 </style>