summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2022-08-13 10:41:40 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:05:00 +0100
commitf0c76e5d3c88c85230b4f24ad21546b23c72ae66 (patch)
treec5eacd9af8a4302318dae34dff17d6a43ef9eb99
parentRun locally with docker-compose (diff)
downloadhack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar.gz
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar.bz2
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar.lz
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar.xz
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.tar.zst
hack-gpon.github.io-f0c76e5d3c88c85230b4f24ad21546b23c72ae66.zip
-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;