Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Apr 30, 2020
1 parent 2a17d45 commit 1cf7c8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`Storyshots @components/atoms/CartFooter default 1`] = `
.c1 {
display: grid;
font-size: 1.125rem;
grid-template-areas: ". subtotalText subtotalPrice ." ". totalText totalPrice .";
grid-template-areas: ". subtotalText subtotalPrice ." ". totalText totalPrice .";
grid-template-columns: 4fr 1.1fr 0.9fr 0.5fr;
grid-gap: 2rem;
padding: 2rem 0;
Expand All @@ -47,7 +47,7 @@ exports[`Storyshots @components/atoms/CartFooter default 1`] = `

@media (max-width:720px) {
.c1 {
grid-template-areas: ". subtotalText subtotalPrice" ". totalText totalPrice";
grid-template-areas: ". subtotalText subtotalPrice" ". totalText totalPrice";
grid-template-columns: 0.5fr 3.5fr 2fr;
}
}
Expand Down

0 comments on commit 1cf7c8a

Please sign in to comment.