优化移动端尾图
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-04-24 09:32:54 +08:00
parent 7d70e994f9
commit 30c95f3f39

View File

@ -17,7 +17,7 @@
@media (max-width: 768px), (orientation: portrait) { @media (max-width: 768px), (orientation: portrait) {
.responsive-img { .responsive-img {
width: 90%; width: 100%;
} }
} }
</style> </style>