mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'ha_custom_image_logo' of https://github.com/sharelatex/web-sharelatex into ha_custom_image_logo
This commit is contained in:
commit
9cd3698b0e
1 changed files with 3 additions and 2 deletions
|
@ -382,9 +382,10 @@
|
|||
|
||||
.navbar-brand {
|
||||
background-image: url('/img/logo.png');
|
||||
background-size: 135px 16px;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
height: 16px;
|
||||
background-position: left center;
|
||||
height: 37px;
|
||||
margin-top: 10px;
|
||||
padding: 0;
|
||||
width: 135px;
|
||||
|
|
Loading…
Reference in a new issue