Skip to content

Commit

Permalink
fix(SkinVector): fix font-size (#1426)
Browse files Browse the repository at this point in the history
* fix(SkinVector): fix font-size
  • Loading branch information
WaitSpringQW authored Jul 8, 2024
1 parent a9a1948 commit bb65fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
13 changes: 1 addition & 12 deletions dist/SkinVector/SkinVector.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions src/SkinVector/SkinVector.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@
font-size: 1rem;
}

/* stylelint-disable-next-line media-feature-name-no-unknown */
@media only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {
.mw-body-content {
/* We reduce the font size a bit, since retina screens rule */
font-size: 0.75em;
}
.mw-body {
h1,
h2,
h3 {
font-size: 1em;
font-weight: bold;
}
}
}

@media (min-width: 1920px) {
/* We increase the font size a bit */
.mw-body-content {
Expand Down

0 comments on commit bb65fad

Please sign in to comment.