diff --git a/less/header.less b/less/header.less index a62d00d..940900f 100644 --- a/less/header.less +++ b/less/header.less @@ -1,15 +1,20 @@ .header { - #user_label { - img { - border: 1px solid #454; - width: 19px; - height: 19px; - } + #user_dropdown { + padding: 0; - span { - font-size: 14px; - font-weight: 400; + img { + width: 30px; + height: 30px; + border-radius: 50%; + border: 0px none; + margin-top: 8px; + margin-left: 10px; + + span { + font-size: 14px; + font-weight: 400; + } } }