update: style

This commit is contained in:
Vick Scarlet
2026-08-16 00:39:41 +08:00
parent 847d72c384
commit 63cc529479
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
> ul {
flex: 1 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
gap: 0.5rem;
box-sizing: border-box;
> li.achievement {