Merge pull request #647 from google/fix-footer-collapse

Fix footer behaviour at certain screen sizes
master
Addy Osmani 2015-07-03 12:23:04 +01:00
commit 479832abee
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,7 @@
}
.mdl-mega-footer--drop-down-section:nth-child(4) {
clear: right;
float: right;
}
@ -116,6 +117,10 @@
clear: both;
}
.mdl-mega-footer--bottom-section {
padding-top: 0;
}
}
@media screen and (min-width: 1024px) {
@ -240,6 +245,7 @@
}
.mdl-mega-footer--bottom-section {
padding-top: $padding;
margin-bottom: $padding;
}