Skip to content

Commit

Permalink
Update default grid layer padding to avoid interfering with system he…
Browse files Browse the repository at this point in the history
…ader (#16884)
  • Loading branch information
newmuis authored Jul 19, 2018
1 parent 85cb52c commit c697c07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions extensions/amp-story/1.0/amp-story-user-overridable.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ amp-story {
grid-gap: 16px;
justify-content: stretch;
justify-items: start;
padding: 32px;
}

.i-amphtml-story-grid-template-vertical > * {
Expand All @@ -35,14 +34,8 @@ amp-story {
align-items: start;
grid-gap: 16px;
justify-content: start;
padding: 32px;
}

.i-amphtml-story-grid-template-thirds {
padding: 32px;
}

amp-story-grid-layer {
padding: 68px 32px 32px; /* 44 + 24 */
}

0 comments on commit c697c07

Please sign in to comment.