Merge pull request #1630 from awesomerobot/master
using max-width on the #main-logo versus setting a static width
This commit is contained in:
commit
be589da5dc
|
@ -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