From 7ab2642699ec1220fa3c224a9927c32da7f1c44e Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 19 Jun 2020 15:21:35 +0100 Subject: [PATCH] styling updates --- themes/nipponalba/static/css/style.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index e32863a1..0187c6a8 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -596,13 +596,18 @@ hr{ } @media screen and (max-width: 960px) { - .content { - width:100%; z-index: 2; position: absolute; left:0; } + .post, .archive, .content, .stream{ + width:90%; + margin:0 auto; + } + .about { + width: 100%; + } .profile{ width:100%; margin:0 auto; @@ -629,14 +634,12 @@ hr{ float:none; margin:0 auto; } - .page-top { width: 95%; padding: 10px 0; } .page-top .nav{ width: 70%; - } .page-top .nav #Bookmarks{ display:none; @@ -651,11 +654,6 @@ hr{ padding:0 5px; } - .about, .post, .archive, .content, .stream{ - width:90%; - margin:0 auto; - } - .content img, .post img{ width: 90%; margin: 10px;