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

Commit

Permalink
adjust resource graphic for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Dec 7, 2020
1 parent c4426e6 commit 82b5012
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/gitpod-vs-codespaces/PowerComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const StyledPowerComparison = styled.div`
@media (max-width: 470px) {
width: 8rem;
padding-bottom: 1rem;
}
@media (max-width: 360px) {
Expand Down Expand Up @@ -106,7 +107,7 @@ const StyledPowerComparison = styled.div`
}
&--3 {
height: 15rem;
height: 16rem;
background: ${colors.link};
@media (max-width: 470px) {
Expand All @@ -119,7 +120,7 @@ const StyledPowerComparison = styled.div`
background: ${colors.lightBlue};
@media (max-width: 470px) {
height: 16rem;
height: 24rem;
}
}
}
Expand Down

0 comments on commit 82b5012

Please sign in to comment.