Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Jul 20, 2020
1 parent c029283 commit 27068e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const Wrapper = styled.div`
> section {
width: 100%;
@media ${MEDIA.mobile} {
width: 100%;
overflow: initial;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/PoolingWidget/PoolingWidget.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const PoolingInterfaceWrapper = styled(WrappedWidget)`
@media ${MEDIA.tablet} {
> form {
min-width: 100%;
max-width: 100%;
padding: 2rem 4rem;
}
Expand All @@ -69,6 +70,7 @@ export const PoolingInterfaceWrapper = styled(WrappedWidget)`
font-size: 1.3rem;
> form {
min-width: 100%;
max-width: 100%;
padding: 1.6rem;
}
Expand Down

0 comments on commit 27068e7

Please sign in to comment.