mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 06:31:52 +00: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
acdb7f0d5c
1 changed files with 5 additions and 4 deletions
|
@ -381,14 +381,15 @@
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
|
position: absolute;
|
||||||
|
top: 5px;
|
||||||
|
bottom: 5px;
|
||||||
|
width: 135px;
|
||||||
|
padding: 0;
|
||||||
background-image: url('/img/logo.png');
|
background-image: url('/img/logo.png');
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
height: 37px;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 0;
|
|
||||||
width: 135px;
|
|
||||||
}
|
}
|
||||||
@media
|
@media
|
||||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||||
|
|
Loading…
Reference in a new issue