🤩解决随机卡片标题超出范围的问题

This commit is contained in:
柳神 2024-07-16 12:44:50 +08:00
parent 8ccc094ac3
commit 02cd8fd52a
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ body {
.random-container { .random-container {
position: relative; position: relative;
margin: 20px; margin: 20px;
width: 100%; width: 90%;
height: 170px; height: 170px;
} }

2
main/fclite.min.css vendored

File diff suppressed because one or more lines are too long