mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: allow innerGrid on the wrapper
This commit is contained in:
@@ -28,7 +28,8 @@ const wrapperClasses = cx(
|
||||
{
|
||||
'grid-cols-16 md:grid-cols-10 xl:grid-cols-8 3xl:grid-cols-6':
|
||||
innerGrid && grid === 'narrow',
|
||||
}
|
||||
},
|
||||
{ 'gap-y-gap': gap }
|
||||
);
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user