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