Adjust height for body

This commit is contained in:
Korbs 2024-10-23 13:59:38 -04:00
parent 0907a9bba8
commit 6ec8a041ff

View file

@ -1,8 +1,12 @@
html, body {
height: 100%;
}
body {
background: #e5e5e5;
margin: auto;
max-width: 1200px;
font-family: arial;
background: #e5e5e5;
padding: 0px 12px;
.disabled-items {
opacity: 0.3;