Spaces:
Running
Running
chokiproai
commited on
Update index.html
Browse files- index.html +1 -4
index.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
color: #ff9900;
|
26 |
}
|
27 |
.container {
|
28 |
-
max-width:
|
29 |
margin: auto;
|
30 |
padding: auto;
|
31 |
}
|
@@ -54,7 +54,6 @@
|
|
54 |
height: auto;
|
55 |
overflow: auto;
|
56 |
}
|
57 |
-
|
58 |
.tab-pane iframe {
|
59 |
width: 100%;
|
60 |
height: 100%;
|
@@ -72,11 +71,9 @@
|
|
72 |
opacity: 0.6;
|
73 |
transition: opacity 0.5s ease-in-out;
|
74 |
}
|
75 |
-
|
76 |
footer:hover {
|
77 |
opacity: 1;
|
78 |
}
|
79 |
-
|
80 |
</style>
|
81 |
</head>
|
82 |
|
|
|
25 |
color: #ff9900;
|
26 |
}
|
27 |
.container {
|
28 |
+
max-width: 1100px;
|
29 |
margin: auto;
|
30 |
padding: auto;
|
31 |
}
|
|
|
54 |
height: auto;
|
55 |
overflow: auto;
|
56 |
}
|
|
|
57 |
.tab-pane iframe {
|
58 |
width: 100%;
|
59 |
height: 100%;
|
|
|
71 |
opacity: 0.6;
|
72 |
transition: opacity 0.5s ease-in-out;
|
73 |
}
|
|
|
74 |
footer:hover {
|
75 |
opacity: 1;
|
76 |
}
|
|
|
77 |
</style>
|
78 |
</head>
|
79 |
|