修复分割线间距问题
This commit is contained in:
parent
98f651a562
commit
ebd3e75839
|
@ -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;
|
||||
|
|
Reference in New Issue