This commit is contained in:
Daniel Zając
2026-03-13 16:30:57 +01:00
parent 3dcd59f8e3
commit 97f6c6b23b

View File

@@ -1,3 +1,4 @@
*,*::after,*::before {box-sizing: border-box;}
body { min-height: 100vh; background: var(--bs-tertiary-bg); } body { min-height: 100vh; background: var(--bs-tertiary-bg); }
pre { white-space: pre-wrap; } pre { white-space: pre-wrap; }
html, body { overflow-x: hidden; } html, body { overflow-x: hidden; }