Skip to content

Commit

Permalink
Fixes template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jun 19, 2020
1 parent 1a73d56 commit 280e864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/latest/magazine/css-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ background-color: {{background_color}};cursor:pointer}
tr {border-bottom: 1px solid #eee}
thead tr {border-color: #444}
td, th {padding-right: 2rem;padding-left:2rem}
td:first-child, th:first-child, {padding-left:0}
td:first-child, th:first-child {padding-left:0}
td:last-child, th:last-child {padding-right:0}

th, td {padding-top:0.5rem;padding-bottom:0.5rem}
Expand Down

0 comments on commit 280e864

Please sign in to comment.