summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_sass/custom/custom.scss2
1 files changed, 1 insertions, 1 deletions
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;