fix table spacing
This commit is contained in:
parent
f9a7646169
commit
6e60ecc6af
|
@ -166,10 +166,11 @@ table {
|
|||
th {
|
||||
color: $black;
|
||||
font-weight: normal !important;
|
||||
padding-right: $baseline;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-right: 20px;
|
||||
padding-right: $baseline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue