From ebbfebc4f2a801153cd4e1b551b558bbc3219a11 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Sat, 13 Aug 2022 10:33:40 +0200 Subject: Run locally with docker-compose --- _sass/custom/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_sass') diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 2bd7696..019554d 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -80,7 +80,7 @@ ul.metadata { border: $border $border-color; position: relative; background-color: $body-background-color; - width: min(500px, calc(100vw - 40px)); + width: 500px; padding: 0; margin: 40px auto; animation-name: animatetop; -- cgit v1.2.3