Paste #fwuL02wo8nQ3d7VPsCSA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #### style-resp-600.css
#header_outer.scrolled #logo a img {
height: 20px;
}
#header_outer.scrolled #logo a:after
=> drop entirely
#### style-resp-450.css
#logo {
max-width: 90%;
}
#logo img {
max-width: 80%;
}
|