Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thekp committed Aug 7, 2019
1 parent bb140ff commit 4305ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`Caption should render with some offscreen text and arabic script typogr
font-size: 1.0625rem;
line-height: 1.5rem;
color: #6E6E73;
font-family: NassimPersian,Arial,Verdana,Geneva,Helvetica,sans-serif;
font-family: "BBC Nassim Persian",Arial,Verdana,Geneva,Helvetica,sans-serif;
font-weight: 400;
font-style: normal;
padding: 0.5rem 0.5rem 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exports[`StoryPromo list should render correctly 1`] = `
padding: 0;
}
@supports (display:grid) {
@supports (grid-template-columns:fit-content(200px)) {
.c2 {
display: grid;
grid-template-columns: repeat(6,1fr);
Expand All @@ -81,7 +81,7 @@ exports[`StoryPromo list should render correctly 1`] = `
}
}
@supports (display:grid) {
@supports (grid-template-columns:fit-content(200px)) {
.c3 {
display: block;
width: initial;
Expand Down Expand Up @@ -157,7 +157,7 @@ exports[`StoryPromo list should render correctly 1`] = `
}
}
@supports (display:grid) {
@supports (grid-template-columns:fit-content(200px)) {
.c5 {
display: block;
width: initial;
Expand Down

0 comments on commit 4305ffe

Please sign in to comment.