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.
This commit is contained in:
Simmo Saan 2024-12-30 02:50:59 +02:00 committed by GitHub
parent 807629dd2f
commit c91c0ee54b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,11 @@ div.container-link-button {
table.table-cv {
background-color: transparent !important;
td,
th {
padding: 1px;
}
}
a.btncv {