all repos — website @ e89fb5cc9c7001b318996cd6d91aca50b42e4343

personal website hosted at prithu.xyz, built using hugo

update css
Prithu Goswami prithugoswami524@gmail.com
Thu, 07 May 2020 15:13:45 +0530
commit

e89fb5cc9c7001b318996cd6d91aca50b42e4343

parent

a569f208c25daa508b37250c6be7cb38c347e405

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
M hugo-site/static/css/main.csshugo-site/static/css/main.css

@@ -428,11 +428,26 @@ font-size: 1.4rem;

color: #B554E3; } + .section-text{ + padding-bottom: 0rem; + } + #projects h1 { position: static; font-size: 2rem; text-align: center; + margin: 0 auto; margin-bottom: 0.4rem; + width: 85%; + } + + #writeups h1 { + position: static; + font-size: 2rem; + text-align: center; + margin: 0 auto; + margin-bottom: 0.4rem; + width: 85%; } #project-cta{