From 759aef85d5942c05396978a4d991cce64dea5955 Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 1 May 2020 09:14:22 +0100 Subject: [PATCH] tweaking css for mobile lists page --- themes/anatole/layouts/partials/head.html | 2 +- themes/anatole/static/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/anatole/layouts/partials/head.html b/themes/anatole/layouts/partials/head.html index be2d6822..ec9572ba 100644 --- a/themes/anatole/layouts/partials/head.html +++ b/themes/anatole/layouts/partials/head.html @@ -1,5 +1,5 @@ - {{.Site.Params.author}} | {{.Title}} + {{.Title}} {{- hugo.Generator -}} diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css index ef0cd0cb..70307789 100644 --- a/themes/anatole/static/css/style.css +++ b/themes/anatole/static/css/style.css @@ -149,7 +149,7 @@ a:hover, a:active { left:30%; height: 100%; float: right; - width: 70%; + width: 80%; margin-top: 60px; overflow:auto; -ms-overflow-style:none; @@ -773,7 +773,7 @@ a.btn { } .about, .post{ - width:90%; + width:95%; margin-left:15px; } .footer {