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:
parent
807629dd2f
commit
c91c0ee54b
@ -8,6 +8,11 @@ div.container-link-button {
|
|||||||
|
|
||||||
table.table-cv {
|
table.table-cv {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.btncv {
|
a.btncv {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user