Skip to content

Commit

Permalink
fix: header padding
Browse files Browse the repository at this point in the history
(when field width is smaller than the viewport)
  • Loading branch information
lewxdev committed Aug 27, 2024
1 parent da75cef commit 2e4afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Header() {
const [exposedPercent] = useSocketEvent("exposedPercent");

return (
<header className="w-[min(var(--field-size),100%)] px-4 py-1 flex justify-between">
<header className="box-content w-[min(var(--field-size),100%)] px-4 py-1 flex justify-between">
<div className="flex flex-row gap-6">
<h1 className="text-4xl font-extrabold uppercase italic pr-4">
mmmines!
Expand Down

0 comments on commit 2e4afd6

Please sign in to comment.