Merge pull request #1025 from delormejonathan/patch-1

Fixed a css issue with Block8 logo
This commit is contained in:
Dan Cryer 2015-10-13 15:14:59 +01:00
commit ad27ca9037

View file

@ -67,6 +67,14 @@
bottom: 50px;
right: 50px;
}
@media(max-width:767px) {
#logo {
position: inherit;
margin: 0 auto;
margin-top: 50px;
}
}
#logo:hover {
background-image: url('https://www.block8.co.uk/assets/images/b8-phpci-logo.png');