Reduce margin on mobile (Closes #720)

master
Surma 2015-07-06 14:56:23 +01:00 committed by Addy Osmani
parent ab231de615
commit 2e73a7155e
1 changed files with 10 additions and 0 deletions

View File

@ -179,6 +179,16 @@ mdl-components-dd {
white-space: nowrap;
}
.mdl-components-index-text .mdl-components-dl {
margin: 0px;
}
.mdl-components-img {
left: 8px;
}
.components .content .about-panel {
padding: 8px;
}
.mdl-components__nav .mdl-components__link {
display: inline-block;
vertical-align: top;