auto commit

This commit is contained in:
CyC2018 2019-02-18 13:12:57 +08:00
parent 3ed4cb5a58
commit 097f544411

View File

@ -61,7 +61,7 @@ pre {
@media (min-width:600px) { @media (min-width:600px) {
pre code { pre code {
box-shadow: 2px 1px 20px 2px #aaa; /*box-shadow: 2px 1px 20px 2px #aaa;*/
/*border-radius: 10px !important;*/ /*border-radius: 10px !important;*/
padding-left: 20px !important; padding-left: 20px !important;
} }
@ -72,4 +72,8 @@ pre {
padding-left: 0px !important; padding-left: 0px !important;
padding-right: 0px !important; padding-right: 0px !important;
} }
}
.markdown-section pre {
padding: 0 !important;
} }