minor ui changes
Prithu Goswami prithugoswami524@gmail.com
Sun, 10 May 2020 13:34:27 +0530
2 files changed,
8 insertions(+),
4 deletions(-)
M
hugo-site/static/css/blog.css
→
hugo-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.css
→
hugo-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 {