all repos — website @ 4b8d8b9c9807a0c5f507ca1662f1afd14204f414

personal website hosted at prithu.xyz, built using hugo

minor ui tweaks
Prithu Goswami prithugoswami524@gmail.com
Fri, 10 Jan 2020 20:33:54 +0530
commit

4b8d8b9c9807a0c5f507ca1662f1afd14204f414

parent

a62d7278b77ee8d4115f9c784ebac7a691c7dc36

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M css/blog.csscss/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;