fix: make sure links are placed inline in list items and fix mobile responsivity

This commit is contained in:
Christel Westerberg
2024-07-09 10:00:01 +02:00
parent e6338a5cb1
commit 8c50d05817
2 changed files with 24 additions and 12 deletions
-1
View File
@@ -499,7 +499,6 @@ export const renderOptions: RenderOptions = {
numberOfRows
? {
gridTemplateRows: `repeat(${numberOfRows}, auto)`,
gridAutoFlow: "column",
}
: {}
}