You've already forked snikket-web-portal
Left-align table headers
This lets the layout look less ragged.
This commit is contained in:
@@ -811,10 +811,14 @@ div.welcome-cards {
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: $w-s1;
|
||||
}
|
||||
td, th {
|
||||
padding: $w-s1;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.elevated {
|
||||
|
||||
Reference in New Issue
Block a user