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

css fixes #1243

Merged
merged 6 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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%;
W3stside marked this conversation as resolved.
Show resolved Hide resolved
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%;
W3stside marked this conversation as resolved.
Show resolved Hide resolved
padding: 1.6rem;
}
Expand Down