mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
2d0ab6457b0e506b8c329f102205b9dd341c428d
parent
66b1409c6eee46cda9e666019290a397a76ce377
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-31 19:31
styleguide: fix nav size

Diffstat

M examples/styleguide.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/examples/styleguide.css b/examples/styleguide.css

@@ -54,7 +54,7 @@ pre.example-code {
   54    54         position: sticky;
   55    55         inset-block: var(--spacer);
   56    56         margin-block: var(--spacer);
   57    -1         max-block-size: 100vb;
   -1    57         max-block-size: calc(100dvb - 2 * var(--spacer));
   58    58         overflow: auto;
   59    59     }
   60    60 }