Skip to content

Commit

Permalink
Merge pull request #201 from guardian/gh-ff-layout
Browse files Browse the repository at this point in the history
Subscriptions banners: Fix layout on firefox
  • Loading branch information
GHaberis committed Jul 27, 2020
2 parents f07f072 + ca3f50b commit 077f75c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ export const logoContainer = css`
display: block;
width: 100%;
fill: ${neutral[100]};
min-width: 60px;
width: 70px;
}
${from.leftCol} {
min-width: 80px;
width: 90px;
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ export const iconPanel = css`

export const logoContainer = css`
display: none;
${from.desktop} {
display: block;
width: 100%;
fill: ${neutral[100]};
min-width: 60px;
width: 70px;
}
${from.leftCol} {
min-width: 80px;
min-width: 90px;
}
`;

Expand Down

0 comments on commit 077f75c

Please sign in to comment.