Fixing problem with svg height

stable
Alejandro Alonso 2014-09-26 10:35:44 +02:00
parent 7828495412
commit e253f62a26
1 changed files with 2 additions and 1 deletions

View File

@ -11,11 +11,12 @@
z-index: 999;
}
.logo-container {
margin: 20%;
cursor: pointer;
margin: 20%;
object,
img,
svg {
height: 100%;
width: 100%;
}
span {