Add retina logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 1.7 KiB |
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 {
|
||||
|
||||
Reference in New Issue
Block a user