Skip to content

Commit c91c0ee

Browse files
authored
Revert padding from #2617 for CV tables (#2920)
PR #2617 added a noticeable amount of right padding to all table cells. This might be fine for tables in content (e.g. posts), but creates odd spaces in the CV page, which is largely made up of tables.
1 parent 807629d commit c91c0ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/_cv.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ div.container-link-button {
88

99
table.table-cv {
1010
background-color: transparent !important;
11+
12+
td,
13+
th {
14+
padding: 1px;
15+
}
1116
}
1217

1318
a.btncv {

0 commit comments

Comments
 (0)