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

Update templates/document.html

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