mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:23:59 +00:00
Add retina logo
This commit is contained in:
parent
2218acdc3b
commit
134ea6f3df
3 changed files with 8 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
services/web/public/img/logo@2x.png
Normal file
BIN
services/web/public/img/logo@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -371,11 +371,18 @@
|
|||
|
||||
.navbar-brand {
|
||||
background-image: url('/img/logo.png');
|
||||
background-size: 135px 16px;
|
||||
background-repeat: no-repeat;
|
||||
height: 16px;
|
||||
margin-top: 10px;
|
||||
padding: 0;
|
||||
width: 128px;
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
@media(-webkit-min-device-pixel-ratio: 2) {
|
||||
.navbar-brand {
|
||||
background-image: url('/img/logo@2x.png');
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
|
|
Loading…
Reference in a new issue