mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 17:06:34 +00:00
Update link.css
This commit is contained in:
parent
05a826cf3b
commit
a583021f79
@ -1,6 +1,7 @@
|
|||||||
/* 用于大屏幕和小屏幕的通用样式 */
|
/* 用于大屏幕和小屏幕的通用样式 */
|
||||||
.card {
|
.card {
|
||||||
width: 45%;
|
width: 50%;
|
||||||
|
height: auto;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -59,8 +60,8 @@
|
|||||||
color: #a3a3a3;
|
color: #a3a3a3;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 媒体查询:小屏幕 */
|
/* 媒体查询:小屏幕 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user