using max-width on the #main-logo versus setting a static width
This commit is contained in:
parent
40aa62f613
commit
78f9c83604
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#site-logo {
|
#site-logo {
|
||||||
width: 122px;
|
max-width: 122px;
|
||||||
}
|
}
|
||||||
.icon-home {
|
.icon-home {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
Loading…
Reference in New Issue