diff --git a/sitemap.xml.gz b/sitemap.xml.gz index e4c50a5..ae1a6b5 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/stylesheets/link.css b/stylesheets/link.css index 017668f..026be8e 100644 --- a/stylesheets/link.css +++ b/stylesheets/link.css @@ -1,6 +1,7 @@ /* 用于大屏幕和小屏幕的通用样式 */ .card { - width: 45%; + width: 50%; + height: auto; font-size: 1rem; padding: 10px 20px; border-radius: 4px; @@ -59,8 +60,8 @@ color: #a3a3a3; font-size: 14px; min-width: 0; - overflow: hidden; - white-space: nowrap; + overflow: visible; + white-space: normal; } /* 媒体查询:小屏幕 */