diff --git a/layout/_widget/post-calendar.ejs b/layout/_widget/post-calendar.ejs index 6f6670c12..0bafac752 100755 --- a/layout/_widget/post-calendar.ejs +++ b/layout/_widget/post-calendar.ejs @@ -89,7 +89,9 @@ }, monthLabel: { nameMap: '<%- nameMap %>', - fontSize: 11 + fontSize: 11, + align: 'left', + margin: 0 }, dayLabel: { formatter: '{start} 1st', diff --git a/source/css/matery.css b/source/css/matery.css index b5c7cbac2..b4d2a9386 100755 --- a/source/css/matery.css +++ b/source/css/matery.css @@ -122,7 +122,7 @@ pre { code { padding: 1px 5px; - top: 13px !important; + /* top: 13px !important; */ font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace; font-size: 0.91rem; color: #e96900;