diff options
author | Deniz Akşimşek <deniz@aksimsek.tr> | 2024-11-27 13:55:34 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@aksimsek.tr> | 2024-11-27 13:55:34 +0300 |
commit | 0efeb805e84b86f54b8727ea6613e68cbd53a57a (patch) | |
tree | d05e5d2e3d78d978057268f11a57aa2d26f27726 /src/layout.css | |
parent | dca8a7120d962c95a86720a14bba1d2e54180eb4 (diff) | |
download | missing-0efeb805e84b86f54b8727ea6613e68cbd53a57a.tar.gz missing-0efeb805e84b86f54b8727ea6613e68cbd53a57a.zip |
Fix sidebar layout
Fixes #68
Diffstat (limited to 'src/layout.css')
-rw-r--r-- | src/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout.css b/src/layout.css index e446712..7971a20 100644 --- a/src/layout.css +++ b/src/layout.css @@ -25,6 +25,7 @@ .fullbleed { position: relative; + max-width: none; width: var(--full-width); left: 50%; transform: translateX(calc(-.5 * var(--full-width))); |