change post page width also added Noto Serif
Prithu Goswami prithugoswami524@gmail.com
Fri, 08 May 2020 22:55:11 +0530
2 files changed,
4 insertions(+),
1 deletions(-)
M
hugo-site/layouts/partials/head.html
→
hugo-site/layouts/partials/head.html
@@ -16,6 +16,7 @@
gtag('config', 'UA-165619342-1'); </script> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Noto+Serif:400" rel="stylesheet"> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/blog.css"> <link rel="icon" type="img/png" href="/img/favicon.png">
M
hugo-site/static/css/blog.css
→
hugo-site/static/css/blog.css
@@ -111,6 +111,7 @@ margin: 0 auto;
} .post-text p{ + text-align: justify; line-height: 1.5; margin: 1rem 0; }@@ -158,6 +159,7 @@ }
@media only screen and (max-width: 767px){ .bcontent { - width: 95%; + width: 90%; } + }