From 527a0a34a2915148453dfc093ec20089b41686e7 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 5 May 2020 16:33:27 +0100 Subject: [PATCH] fixed logo styling --- content/css/style.css | 2 +- themes/anatole/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/css/style.css b/content/css/style.css index b5373293..84181e9f 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -233,7 +233,7 @@ width:95%; display:block; padding: 10px; } - .sidebar img{ + .sidebar img.u-photo{ width:150px; border-radius: 50%; } diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css index b5373293..84181e9f 100644 --- a/themes/anatole/static/css/style.css +++ b/themes/anatole/static/css/style.css @@ -233,7 +233,7 @@ width:95%; display:block; padding: 10px; } - .sidebar img{ + .sidebar img.u-photo{ width:150px; border-radius: 50%; }