all repos — website @ e736aaefc767175bad2176331feaf4405be384d8

personal website hosted at prithu.xyz, built using hugo

minor ui changes
Prithu Goswami prithugoswami524@gmail.com
Sun, 10 May 2020 13:34:27 +0530
commit

e736aaefc767175bad2176331feaf4405be384d8

parent

a76f5a193fc059b9129f5fdbd7b3250026f6c0f7

2 files changed, 8 insertions(+), 4 deletions(-)

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

@@ -1,5 +1,5 @@

.bcontainer{ - margin-top: 40px; + margin-top: 2rem; display: flex; flex-flow: row; width: 100%;

@@ -88,7 +88,7 @@

.post-text{ /* font-family: Roboto, Sans-serif; */ font-family: "Noto Serif"; - font-size: 1.2rem; + font-size: 18px; color: rgba(0, 0, 0, 0.8); }

@@ -159,6 +159,10 @@

@media only screen and (max-width: 767px){ .bcontent { width: 90%; + } + + .bcontainer { + margin-top: 1rem; } }
M hugo-site/static/css/main.csshugo-site/static/css/main.css

@@ -386,7 +386,7 @@ display: none;

} .container{ - width: 85%; + width: 90%; } #socials{

@@ -430,7 +430,7 @@ #stripes-green {

width: 150px; position: absolute; top: -4rem; - right: -7%; + right: -4%; } #stripes-purp {