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 {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
padding: $w-s1;
|
padding: $w-s1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.elevated {
|
div.elevated {
|
||||||
|
|||||||
Reference in New Issue
Block a user