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

Commit 82b5012

Browse files
committed
adjust resource graphic for mobile.
1 parent c4426e6 commit 82b5012

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/gitpod-vs-codespaces/PowerComparison.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const StyledPowerComparison = styled.div`
7373
7474
@media (max-width: 470px) {
7575
width: 8rem;
76+
padding-bottom: 1rem;
7677
}
7778
7879
@media (max-width: 360px) {
@@ -106,7 +107,7 @@ const StyledPowerComparison = styled.div`
106107
}
107108
108109
&--3 {
109-
height: 15rem;
110+
height: 16rem;
110111
background: ${colors.link};
111112
112113
@media (max-width: 470px) {
@@ -119,7 +120,7 @@ const StyledPowerComparison = styled.div`
119120
background: ${colors.lightBlue};
120121
121122
@media (max-width: 470px) {
122-
height: 16rem;
123+
height: 24rem;
123124
}
124125
}
125126
}

0 commit comments

Comments
 (0)