layout fix

This commit is contained in:
2026-03-20 21:55:46 +00:00
parent c114bc84e8
commit 3f6a5e7c1e
2 changed files with 8 additions and 5 deletions

View File

@@ -9,6 +9,10 @@ html, body {
background-image: url("https://www.transparenttextures.com/patterns/tileable-wood-colored.png") !important;
background-size: 500px;
background-attachment: fixed;
background-repeat: repeat !important;
min-height: 100vh !important;
width: 100% !important;
display: block !important;
}
.landing-wrapper {