From a583021f79b20da96acd0ae95b957a4e59967fec Mon Sep 17 00:00:00 2001 From: Wcowin <1135801806@qq.com> Date: Tue, 2 Apr 2024 09:02:17 +0800 Subject: [PATCH] Update link.css --- docs/stylesheets/link.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/link.css b/docs/stylesheets/link.css index 017668f..026be8e 100644 --- a/docs/stylesheets/link.css +++ b/docs/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; } /* 媒体查询:小屏幕 */