saurabh091 commited on
Commit
dea300f
·
verified ·
1 Parent(s): 080f27c

Update templates/wbc_info.html

Browse files
Files changed (1) hide show
  1. 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
- min-width: 1480vh; /* Ensure body is at least the width of the viewport */
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
  }