Fix padding on template list on mobile (fixes #676) (Closes #688)

master
Alexander Surma 2015-07-03 21:13:40 +01:00 committed by Addy Osmani
parent 8aa345d762
commit 6accda6388
1 changed files with 3 additions and 0 deletions

View File

@ -400,6 +400,9 @@ body:not(.about) .mdl-navigation__link.download > button {
align-content: flex-start;
padding-left: 24px;
}
.templates .docs-layout.is-small-screen .template > .template__meta {
padding-left: 0;
}
.template > .template__meta.template__meta > * {
margin-bottom: 24px;
}