all repos — website @ a7f64a048672720837c034994dbdc01bde7f9bfb

personal website hosted at prithu.xyz, built using hugo

change post page width

also added Noto Serif
Prithu Goswami prithugoswami524@gmail.com
Fri, 08 May 2020 22:55:11 +0530
commit

a7f64a048672720837c034994dbdc01bde7f9bfb

parent

b371a6fe6405675db751262a303729bcec7691c3

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

jump to
M hugo-site/layouts/partials/head.htmlhugo-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.csshugo-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%; } + }