Skip to content

Commit fd1fe17

Browse files
authored
281 Platform section: left align heading and paragraphs on mobile (#284)
1 parent 7d6c31b commit fd1fe17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/features-list/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const Content = styled.div`
6060
font-size: ${rem('24px')};
6161
line-height: 1.2;
6262
letter-spacing: 0.1em;
63+
text-align: left;
6364
text-transform: uppercase;
6465
}
6566
@@ -68,6 +69,7 @@ const Content = styled.div`
6869
font-weight: 600;
6970
font-size: ${rem('18px')};
7071
line-height: 1.5;
72+
text-align: left;
7173
}
7274
7375
@media only screen and (min-width: ${TABLET_SMALL_SIZE}) {

0 commit comments

Comments
 (0)