mirror of https://gitlab.com/curben/blog
refactor(css): remove unused property
* added by https://github.com/sofish/typo.css
This commit is contained in:
parent
aef1666c76
commit
18f5c1d5d5
|
@ -100,12 +100,6 @@ blockquote {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 640px) {
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
abbr,
|
abbr,
|
||||||
acronym {
|
acronym {
|
||||||
border-bottom: 1px dotted;
|
border-bottom: 1px dotted;
|
||||||
|
|
Loading…
Reference in New Issue