Skip to content

Commit

Permalink
Fix CSS to keep the logo from truncating
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfens committed Jan 13, 2021
1 parent 178074b commit 7f960bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rooibos/ui/templates/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@

#logo {
background: url({% if LOGO_URL %}{{ LOGO_URL }}{% else %}{% static 'images/mdid_logo.png' %}{% endif %}) no-repeat bottom left;
width: 150px;
width: 187px;
height: 50px;
display: block;
float: left;
margin-left: 10px;
}


Expand Down

0 comments on commit 7f960bf

Please sign in to comment.