Update templates/wbc_info.html
Browse files- templates/wbc_info.html +1 -1
templates/wbc_info.html
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
|
19 |
body{
|
20 |
background: linear-gradient(135deg, #1a1b2d, #2c3e50, #34495e, #3b3f73);
|
21 |
-
|
22 |
min-height: 100vh; /* Ensure body is at least the height of the viewport */
|
23 |
padding: 15px;
|
24 |
}
|
|
|
18 |
|
19 |
body{
|
20 |
background: linear-gradient(135deg, #1a1b2d, #2c3e50, #34495e, #3b3f73);
|
21 |
+
width: 1480px; /* body is at the 1480px width of the viewport */
|
22 |
min-height: 100vh; /* Ensure body is at least the height of the viewport */
|
23 |
padding: 15px;
|
24 |
}
|