phoenix/assets/css/index-list.css
Ivan R. 9a9a1af63e
feat: tile mode (#39)
Experimental mode for displaying links as tiles.
For consistency, I made the globe the default icon.
2024-04-01 22:38:23 +05:00

13 lines
177 B
CSS

.group {
width: 100%;
max-width: max-content;
}
.links > a {
display: flex;
padding-top: 6px;
padding-bottom: 6px;
align-items: center;
gap: 8px;
}