Updated logo
@ -21,14 +21,23 @@ body {
|
|||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
max-height: 50px;
|
max-height: 50px;
|
||||||
margin-top: -13px;
|
margin-top: -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-default .navbar-nav > li > a {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
|
||||||
|
background: none;
|
||||||
|
border-bottom: 5px solid #eee;
|
||||||
|
padding-bottom: 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar-text {
|
.navbar-text {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 74 KiB |
167
stuff/logo.svg
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 71 KiB |
@ -49,7 +49,7 @@
|
|||||||
<img
|
<img
|
||||||
id="logo"
|
id="logo"
|
||||||
height="50"
|
height="50"
|
||||||
width="50"
|
width="59"
|
||||||
src="{% static 'img/logo.png'%}"
|
src="{% static 'img/logo.png'%}"
|
||||||
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 2x"
|
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 2x"
|
||||||
alt="healthchecks.io">
|
alt="healthchecks.io">
|
||||||
|