diff options
author | Giovanni Condello <condellog@gmail.com> | 2022-08-13 10:33:40 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:05:00 +0100 |
commit | ebbfebc4f2a801153cd4e1b551b558bbc3219a11 (patch) | |
tree | 982edee3b8a041bccc415bc5535cd02f6dc45670 /_sass | |
parent | Update ont-ZTE-F6005.md (diff) | |
download | hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.gz hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.bz2 hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.lz hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.xz hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.zst hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.zip |
Diffstat (limited to '_sass')
-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 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; |