X-Git-Url: https://git.josue.xyz/?p=dotfilesold%2F.git;a=blobdiff_plain;f=.config%2FTypora%2Fthemes%2Fgithub.css;h=6c85a67e8087ef3fb9e0e6a0b6d6de2cd73810cc;hp=e8159e1a472d1ead548e32f98374b44a46bbfa36;hb=HEAD;hpb=a6ecdc17eadee5be9eb4d27f7c89f7c032afdfa3 diff --git a/.config/Typora/themes/github.css b/.config/Typora/themes/github.css index e8159e1..6c85a67 100644 --- a/.config/Typora/themes/github.css +++ b/.config/Typora/themes/github.css @@ -49,6 +49,19 @@ body { padding: 30px; padding-bottom: 100px; } + +@media only screen and (min-width: 1400px) { + #write { + max-width: 1024px; + } +} + +@media only screen and (min-width: 1800px) { + #write { + max-width: 1200px; + } +} + #write > ul:first-child, #write > ol:first-child{ margin-top: 30px;