added MPRE* support

+ a few strings from #139
+ minor cleanup
This commit is contained in:
Shiny Nematoda 2023-08-12 07:58:58 +00:00
parent d673c0d998
commit d4eee69077
11 changed files with 30 additions and 29 deletions

View file

@ -347,7 +347,8 @@ img {
box-shadow: 0 0 0.5rem var(--color-border);
}
.grid, .grid-3 {
.grid,
.grid-3 {
--col: 1;
grid-template-columns: repeat(var(--col), 1fr);
}

View file

@ -1,3 +1,3 @@
{
"date": "2023-07-30"
"date": "2023-08-12"
}