mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
style: widen link cards to ~2 per row
This commit is contained in:
@@ -78,7 +78,7 @@ const links: FriendLink[] = [
|
|||||||
<style is:global>
|
<style is:global>
|
||||||
.links-grid {
|
.links-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
||||||
gap: 0.85rem;
|
gap: 0.85rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user