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

Commit

Permalink
Finally update the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisHdz committed Oct 15, 2019
1 parent 0b40ab1 commit cbc7276
Showing 1 changed file with 37 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ exports[`StoryPromo list should render correctly 1`] = `
position: relative;
}
.c5 {
display: inline-block;
vertical-align: top;
width: 66.67%;
padding: 0 0.5rem;
}
.c6 {
font-size: 0.9375rem;
line-height: 1.25rem;
Expand All @@ -38,13 +45,6 @@ exports[`StoryPromo list should render correctly 1`] = `
padding-bottom: 0.5rem;
}
.c5 {
display: inline-block;
vertical-align: top;
width: 66.67%;
padding: 0 0.5rem;
}
.c1 {
border-bottom: 0.0625rem solid #F2F2F2;
padding: 0.5rem 0 1rem;
Expand Down Expand Up @@ -73,9 +73,10 @@ exports[`StoryPromo list should render correctly 1`] = `
}
}
@media (min-width:80rem) {
@media (min-width:63rem) {
.c3 {
width: 33.33%;
display: block;
width: 100%;
}
}
Expand All @@ -87,6 +88,29 @@ exports[`StoryPromo list should render correctly 1`] = `
}
}
@media (min-width:37.5rem) {
.c5 {
padding: 0 1rem;
}
}
@media (min-width:63rem) {
.c5 {
display: block;
width: 100%;
padding: 0.5rem 0;
}
}
@supports (grid-template-columns:fit-content(200px)) {
.c5 {
display: block;
width: initial;
padding: initial;
grid-column: 3 / span 4;
}
}
@media (min-width:20rem) and (max-width:37.4375rem) {
.c6 {
font-size: 1rem;
Expand Down Expand Up @@ -129,24 +153,10 @@ exports[`StoryPromo list should render correctly 1`] = `
}
}
@media (min-width:37.5rem) {
.c5 {
padding: 0 1rem;
}
}
@media (min-width:80rem) {
.c5 {
width: 66.67%;
}
}
@supports (grid-template-columns:fit-content(200px)) {
.c5 {
display: block;
width: initial;
padding: initial;
grid-column: 3 / span 4;
@media (min-width:63rem) {
.c7 {
display: none;
visibility: hidden;
}
}
Expand Down

0 comments on commit cbc7276

Please sign in to comment.