Fixing problem with svg height
parent
7828495412
commit
e253f62a26
|
@ -11,11 +11,12 @@
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.logo-container {
|
.logo-container {
|
||||||
margin: 20%;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin: 20%;
|
||||||
object,
|
object,
|
||||||
img,
|
img,
|
||||||
svg {
|
svg {
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in New Issue