minor ui tweaks
Prithu Goswami prithugoswami524@gmail.com
Fri, 10 Jan 2020 20:33:54 +0530
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
css/blog.css
→
css/blog.css
@@ -37,6 +37,10 @@ .bcontent h1{
font-size: 2.3rem; } +.bcontent > .post-date{ + margin-bottom: 0.5rem; +} + .post-labels{ display:flex; flex-wrap: wrap;@@ -45,7 +49,7 @@ margin-left: -0.4rem;
} .post-label{ - background-color: #ccc; + background-color: #ddd; border-radius: 0.4rem; padding: 0.2rem 1rem; font-size: 0.8rem;