Text-only template: Fix padding on mobile (fixes #473)

master
Alexander Surma 2015-06-25 16:15:29 +01:00 committed by Addy Osmani
parent dcf226aaa4
commit d9084473cf
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ html, body {
flex-grow: 1;
padding: 0;
color: inherit;
width: calc(100% - 80px);
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
margin-top: 0;