Skip to content

Commit

Permalink
fix: grid row span
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Nov 15, 2023
1 parent 230c23e commit af2766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/routes/source/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const SourceRoute: React.FC = () => (
'@lg': { grid: 'auto-flow / repeat(3, 1fr)' },
}}
>
<Box css={{ '@lg': { gridRow: '1/7' } }}>
<Box css={{ '@lg': { gridRow: '1/9' } }}>
<BuildBadge
title="LWJGL"
href="https://github.com/LWJGL-CI/lwjgl3/actions/workflows/CI.yml"
Expand Down

0 comments on commit af2766e

Please sign in to comment.