diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-13 10:41:40 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:05:00 +0100 |
commit | f0c76e5d3c88c85230b4f24ad21546b23c72ae66 (patch) | |
tree | c5eacd9af8a4302318dae34dff17d6a43ef9eb99 /_sass | |
parent | Run locally with docker-compose (diff) | |
download | hack-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 |
Diffstat (limited to '')
-rw-r--r-- | _sass/custom/custom.scss | 2 |
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; |