Skip to content

Commit 2eda7d8

Browse files
sim642ajaynarayanan
authored andcommitted
Revert padding from alshedivat#2617 for CV tables (alshedivat#2920)
PR alshedivat#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 eac7e85 commit 2eda7d8

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)