From c1504b664260d68fa8227fa99018a00fb602824f Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 19 Jun 2020 15:00:17 +0100 Subject: [PATCH] styling updates --- themes/nipponalba/static/css/style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 54831ca2..e32863a1 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -597,25 +597,32 @@ hr{ @media screen and (max-width: 960px) { - .about .profile{ + .content { + width:100%; + z-index: 2; + position: absolute; + left:0; + } + .profile{ width:100%; margin:0 auto; padding:0; text-align:center; display:block; } - .about .profile .profile-left{ + .profile-left{ display:inline-block; margin:0 auto; padding: 0; width:100%; + text-align:center; } - .about .profile .profile-left img{ + .profile-left img{ padding: 0px; margin-right:0px; margin: 10px; } - .about .profile .profile-right{ + .profile-right{ display:block; width:100%; text-align:center; @@ -644,13 +651,6 @@ hr{ padding:0 5px; } - .content { - width:90%; - z-index: 2; - position: absolute; - left:0; - } - .about, .post, .archive, .content, .stream{ width:90%; margin:0 auto;