Make things line up on the usage page

The mixture of three column/two column layouts on this page has always
looked a bit disjointed. And since the left column will only even
contain the names of months, which are short, it doesn’t need a full
half of the page width.
This commit is contained in:
Chris Hill-Scott
2019-10-25 15:07:34 +01:00
parent 7e699c93ca
commit 2732a0b80b
2 changed files with 18 additions and 4 deletions

View File

@@ -98,6 +98,20 @@
}
.usage-table {
.table-field-heading-first {
width: 35%; // 33.33% + fudge
}
.table-row {
th {
width: 17.5% // 16.67% + fudge
}
}
}
%table-field,
.table-field {