mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
Merge pull request #139 from ismamz/patch-1
Add left padding for lists in all viewport sizes
This commit is contained in:
@@ -324,10 +324,7 @@ const sharedStyles = {
|
||||
marginTop: 20,
|
||||
fontSize: 16,
|
||||
color: colors.text,
|
||||
|
||||
[media.lessThan('small')]: {
|
||||
paddingLeft: 20,
|
||||
},
|
||||
paddingLeft: 20,
|
||||
|
||||
'& p, & p:first-of-type': {
|
||||
fontSize: 16,
|
||||
|
||||
Reference in New Issue
Block a user