Modify post content style

This commit is contained in:
DefectingCat
2022-01-18 22:42:50 +08:00
parent 3413662a2a
commit 0062edf2cb

View File

@ -50,7 +50,6 @@
width: 0;
}
#write h1 {
font-size: 3.25rem;
font-weight: 500;
@ -97,6 +96,10 @@
margin: 1rem 0;
}
#write p code {
@apply mx-1 rounded
}
#write blockquote::before {
content: '';
position: absolute;
@ -110,6 +113,10 @@
z-index: 1;
}
#write em {
@apply mx-0.5
}
@media (min-width: 575px) {
#write blockquote::before {
width: calc(0.1rem + 0.5%);