From 317d406fc3d04e1f12978e02016830fc8936149f Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Thu, 20 Apr 2017 11:00:15 +0200 Subject: [PATCH] Fix float issue with avatars + smaller avatars (#2) * Fix float issue with avatars + smaller avatars * Put clear style in CSS file --- style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index c54e967..84d1435 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ .status { min-height: 75px; + clear: both; } .reblog > p:first-of-type { @@ -13,15 +14,12 @@ .avatar { display: block; float: left; - width: 17%; - border-radius: 50%; + width: 50px; + border-radius: 5%; margin-right: .5em; + margin-bottom: .5em; } .username { font-weight: bold; } - -.status-text { - margin-left: 1em; -}