Website: force latest full-width CSS and cache-bust stylesheet

This commit is contained in:
w4nn4d13
2026-04-06 23:58:52 +05:30
parent 4d27061c27
commit 58f29b47d4
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@
box-sizing: border-box;
}
html,
body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
body {
margin: 0;
min-height: 100svh;