Skip to content

Commit

Permalink
Fix navbar covering content on small heights (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd authored Jan 27, 2024
1 parent cbaee7a commit bfd2868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Content() {

return (
<Container fluid>
<Row style={{ height: '100vh' }}>
<Row className="vh-100" style={{ minHeight: '40rem' }}>
<Col className="m-auto" xs="auto">
<Stack className="text-center" gap={4}>
<div>
Expand Down

0 comments on commit bfd2868

Please sign in to comment.