Update article tile button styles in index.html to improve responsiveness and visual consistency

This commit is contained in:
2026-03-22 19:01:31 +01:00
parent c94e313672
commit dbe22cd175

View File

@@ -67,8 +67,8 @@
} }
.article-tile .btn .article-icon { .article-tile .btn .article-icon {
font-size: min(18vw, 22vh); font-size: min(12vw, 11vh);
line-height: 1; line-height: 1.1;
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }