mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 06:04:24 +00:00
Add retina logo
This commit is contained in:
parent
2218acdc3b
commit
134ea6f3df
3 changed files with 8 additions and 1 deletions
services/web/public
Binary file not shown.
Before ![]() (image error) Size: 8.1 KiB After ![]() (image error) 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 ![]() (image error) 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…
Add table
Reference in a new issue