From 70d8a0a44669cafd2770a977b11a3229b369b146 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Wed, 23 Mar 2022 21:29:05 +0100 Subject: [PATCH] max width --- .DS_Store | Bin 6148 -> 6148 bytes css/style.css | 5 +++++ 2 files changed, 5 insertions(+) diff --git a/.DS_Store b/.DS_Store index e48cdd9cedb195304abe3f930f669c1deea7f826..7d791c06d4075020182abd028e582eff4dfa4f9f 100644 GIT binary patch delta 48 zcmV-00MGw~FoZC$?F9k#lkNqn3mAKQGdDIYATc>KlP3iq0>ZuVNgb<4W delta 38 ucmZoMXffFEmUVI=%UTX2OJg$~1ry`R3)vJVyRoWne#WN2xS5^fFFyeKz6?45 diff --git a/css/style.css b/css/style.css index cad3c2a..1ca5b15 100644 --- a/css/style.css +++ b/css/style.css @@ -46,6 +46,11 @@ header { align-items: center; } +main { + max-width: 45ch; + margin: 0 auto; +} + h1 { font-size: clamp(24px, 2rem + 2vw, 96px); line-height: 1.2;