From a07fb7d0968f52dae3734fa55b00ff746a9a1a38 Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 1 May 2020 09:17:30 +0100 Subject: [PATCH] tweaking css for mobile lists page --- themes/anatole/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css index 70307789..5d63e429 100644 --- a/themes/anatole/static/css/style.css +++ b/themes/anatole/static/css/style.css @@ -772,7 +772,7 @@ a.btn { height:100%; } - .about, .post{ + .about, .post, .archive{ width:95%; margin-left:15px; }