Merge pull request #5254 from pmarsceill/fix-logo-stretch
Merge pull request 5254
This commit is contained in:
commit
1b36e9fe85
|
@ -89,11 +89,12 @@
|
||||||
becomes smaller */
|
becomes smaller */
|
||||||
.unit img {
|
.unit img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive Stuff */
|
/* Responsive Stuff */
|
||||||
@media screen and (max-width: 568px) {
|
@media screen and (max-width: 568px) {
|
||||||
/* Stack anything that isn’t full-width on smaller screens
|
/* Stack anything that isn’t full-width on smaller screens
|
||||||
and doesn't provide the no-stacking-on-mobiles class */
|
and doesn't provide the no-stacking-on-mobiles class */
|
||||||
.grid:not(.no-stacking-on-mobiles) > .unit {
|
.grid:not(.no-stacking-on-mobiles) > .unit {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|
Loading…
Reference in New Issue