Update templates/document.html
Browse files- 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 |
-
|
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 |
}
|