Skip to content

Commit

Permalink
Updates table on magazine template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jun 19, 2020
1 parent 318b3ea commit 1a73d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/latest/magazine/css-theme.css
Expand Up @@ -77,9 +77,9 @@ background-color: {{background_color}};cursor:pointer}
th {text-align:left}
tr {border-bottom: 1px solid #eee}
thead tr {border-color: #444}
td {padding-right: 2rem;padding-left:2rem}
td:first-child {padding-left:0}
td:last-child {padding-right:0}
td, th {padding-right: 2rem;padding-left:2rem}
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 1a73d56

Please sign in to comment.