Browse Source

fixed logo styling

master
jk 4 years ago
parent
commit
527a0a34a2
  1. 2
      content/css/style.css
  2. 2
      themes/anatole/static/css/style.css

2
content/css/style.css

@ -233,7 +233,7 @@ width:95%;
display:block; display:block;
padding: 10px; padding: 10px;
} }
.sidebar img{
.sidebar img.u-photo{
width:150px; width:150px;
border-radius: 50%; border-radius: 50%;
} }

2
themes/anatole/static/css/style.css

@ -233,7 +233,7 @@ width:95%;
display:block; display:block;
padding: 10px; padding: 10px;
} }
.sidebar img{
.sidebar img.u-photo{
width:150px; width:150px;
border-radius: 50%; border-radius: 50%;
} }