Increase logo width to 100%

This commit is contained in:
henu
2017-09-20 18:52:57 +03:00
parent 593b380ecf
commit e294707aed
+5 -1
View File
@@ -2,9 +2,13 @@
}
.header-content .logo {
}
.header-content .logo img {
display: block;
width: 80%;
width: 100%;
height: auto;
margin: auto;
}