From 593b6b0e96828472712586fa7b91078b79625b3b Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Thu, 24 Mar 2022 11:09:48 +0100 Subject: [PATCH] overflow x --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 1ca5b15..37688c7 100644 --- a/css/style.css +++ b/css/style.css @@ -29,6 +29,7 @@ body { line-height: 1.2; color: var(--color); margin: 0 16px; + overflow-x: hidden; } a {