Add some padding to resource table rows
This commit is contained in:
parent
a0ac42d4bb
commit
1d075201fb
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
> td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
> td {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
}
|
||||
&.even {
|
||||
background-color: var(--color-med);
|
||||
|
|
Reference in a new issue