Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -320,7 +320,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
320 |
display: flex;
|
321 |
flex-direction: column;
|
322 |
width: 100%;
|
323 |
-
max-width:
|
324 |
background-color: rgba(17, 34, 64, 0.5);
|
325 |
border-radius: 10px;
|
326 |
padding: 20px;
|
|
|
320 |
display: flex;
|
321 |
flex-direction: column;
|
322 |
width: 100%;
|
323 |
+
max-width: 1000px;
|
324 |
background-color: rgba(17, 34, 64, 0.5);
|
325 |
border-radius: 10px;
|
326 |
padding: 20px;
|