all repos — breadsite @ 76b2fab9d98f3839b10b5ef21f0d69e310944822

Unnamed repository; edit this file 'description' to name the repository.

small css fix
confusedbread confuseddbread@gmail.com
Mon, 12 Jan 2026 01:07:32 +0100
commit

76b2fab9d98f3839b10b5ef21f0d69e310944822

parent

de4b7afe1dbbf931e736b803bc61a08759d86d65

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M style.cssstyle.css

@@ -35,7 +35,7 @@ font-size: 1.5rem;

} body { - max-width: 60rem; + max-width: 80dvw; padding-left: 1rem; padding-right: 1rem; margin: auto;

@@ -103,6 +103,10 @@ }

div:has(img) { width: 50dvw; margin: auto; + } + + body { + max-width: 100dvw; } }