2023-02-03 16:34:44 +00:00
|
|
|
// Custom styling
|
|
|
|
|
|
|
|
.content {
|
|
|
|
table {
|
|
|
|
td:first-of-type {
|
|
|
|
width: 120px; // Label column, long words will still push this wider
|
|
|
|
}
|
2023-04-26 11:12:57 +00:00
|
|
|
|
|
|
|
.list-group-item {
|
|
|
|
padding: 0.5rem 0; // Examples
|
|
|
|
}
|
2023-02-03 16:34:44 +00:00
|
|
|
}
|
|
|
|
}
|