Skip to content

Commit

Permalink
revert padding/margin from heading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joshslee committed Sep 5, 2020
1 parent 8b006ad commit 299077f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Hubs/HubPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,8 @@ var styles = StyleSheet.create({
whiteSpace: "pre-wrap",
width: "100%",
textAlign: "center",
padding: 0,
margin: 0,
"@media only screen and (min-width: 800px)": {
textAlign: "left",
paddingRight: 16,
Expand Down

0 comments on commit 299077f

Please sign in to comment.