From f0c76e5d3c88c85230b4f24ad21546b23c72ae66 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Sat, 13 Aug 2022 10:41:40 +0200 Subject: add unquote --- _sass/custom/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 019554d..5a4c533 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: 500px; + width: unquote("min(500px, calc(100vw - 40px))"); padding: 0; margin: 40px auto; animation-name: animatetop; -- cgit v1.2.3