Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-19 11:07:47 +02:00
parent dbfd50bfa9
commit ff618f75fa
2 changed files with 5 additions and 1 deletions
@@ -524,6 +524,10 @@ a.wikilink{
grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right]
}
.stock.grid3{
grid-template-columns: [left] 1fr [first] 1fr [second] 2fr [right]
}
.grid3 .locations {
grid-row-end: span 3;
}