Skip to content

Commit 3de76c1

Browse files
authored
Merge pull request #401 from katyhuff/table-layout
adds padding to tables
2 parents 67af8de + a45e487 commit 3de76c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_includes/css/agency.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
55
*/
66

7+
th, td {
8+
padding: 10px;
9+
}
10+
711
body {
812
overflow-x: hidden;
913
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;

0 commit comments

Comments
 (0)