mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
fix: inconsistent spacing
This commit is contained in:
@@ -92,7 +92,7 @@ const Controls = (props) => {
|
||||
|
||||
const Hero = (props) => {
|
||||
return (
|
||||
<div className="grid grid-cols-2 w-full rounded gap-10 auto-rows-[1fr]">{props.children}</div>
|
||||
<div className="grid grid-cols-2 w-full rounded gap-3 auto-rows-[1fr]">{props.children}</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user