修复分割线间距问题

This commit is contained in:
cxykevin 2024-08-10 21:38:21 +08:00
parent 98f651a562
commit ebd3e75839
1 changed files with 5 additions and 0 deletions

View File

@ -107,6 +107,11 @@ h2 {
margin-right: 4px !important;
}
hr {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
@media (max-width: 641px) {
.hideonmobile {
display: none !important;