5 lines
293 B
CSS
5 lines
293 B
CSS
/* Make the footer RSS icon small and nicely aligned */
|
||
.rss-link { display: inline-flex; align-items: center; gap: .35rem; }
|
||
.rss-link svg { margin-left: 10px; width: 18px; height: 18px; } /* try 16–20px */
|
||
.rss-link span { font-size: .65rem; } /* label text a touch smaller */
|
||
|