From c91c0ee54b78bd3961347091acd827fd0bddfe11 Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Mon, 30 Dec 2024 02:50:59 +0200 Subject: [PATCH] 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. --- _sass/_cv.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/_cv.scss b/_sass/_cv.scss index d733ba3..7a785f4 100644 --- a/_sass/_cv.scss +++ b/_sass/_cv.scss @@ -8,6 +8,11 @@ div.container-link-button { table.table-cv { background-color: transparent !important; + + td, + th { + padding: 1px; + } } a.btncv {