Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated specificity
  • Loading branch information
mszylkowski committed Sep 22, 2021
commit 8b1677846114028701055f5b2c5f52ffeb36dba6
4 changes: 2 additions & 2 deletions extensions/amp-story/1.0/amp-story.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ amp-story {
touch-action: manipulation !important;
}

:root {
html:root {
font-size: calc(2.5 * var(--story-page-vmax, 8px));
}

:root, body {
html:root, html:root body {
font-size: calc(2.5 * var(--story-page-vh, 8px));
height: 100% !important;
margin: 0 !important;
Expand Down