Skip to content

Commit

Permalink
feat: cancel the margin & padding of ordinary <ul>'s
Browse files Browse the repository at this point in the history
here <ul> is only used for semantic markup, so its normal styles (that
are intended to apply in a plain-text context) shouldn't apply here.
  • Loading branch information
xen0n committed Oct 26, 2023
1 parent c1c64d3 commit 4f0f928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/theme/Footer/Copyright/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* 备案信息 */
.footer__beian {
margin: 0;
padding: 0;
}

.footer__beian li {
list-style: none;
display: inline;
Expand Down

0 comments on commit 4f0f928

Please sign in to comment.