From 0b71c389472c687a3cc1d18165440d0650f83ac6 Mon Sep 17 00:00:00 2001 From: "aitor c. urrutia aranburu" Date: Wed, 5 Nov 2025 09:29:46 +0100 Subject: [PATCH] feat: mugikor bertsioa hobetzen du --- src/style/global.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/style/global.css b/src/style/global.css index a1c774e..dc7ca9c 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -25,7 +25,7 @@ background-color: var(--highlight); color: var(--black); } -html, + body { margin: auto; padding: 20px; @@ -34,13 +34,20 @@ body { word-wrap: break-word; overflow-wrap: break-word; color: var(--black); + + @media (min-width: 1024px) { + padding: 40px; + } } html, body, button, code { font-family: "iA Writer Mono", monospace; - font-size: 18px; + + @media (min-width: 1024px) { + font-size: 18px; + } } h1, strong,