We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde1b64 commit fa3da9cCopy full SHA for fa3da9c
1 file changed
script.js
@@ -257,9 +257,8 @@ async function renderProblemPage(platform, problemName) {
257
</a>
258
</div>
259
260
- <div class="content-wrapper">
261
- <h1 class="page-title">${pageTitle}</h1>
262
- <p class="page-subtitle">${platformTitle}${platform === 'vicutils' ? ' Script' : ' Problem Solution'}</p>
+ <h1 class="page-title">${pageTitle}</h1>
+ <p class="page-subtitle">${platformTitle}${platform === 'vicutils' ? ' Script' : ' Problem Solution'}</p>
263
`;
264
265
// Use side-by-side layout if there's exactly 1 image and code
@@ -318,7 +317,7 @@ async function renderProblemPage(platform, problemName) {
318
317
}
319
320
321
- pageContent += `</div></div>`;
+ pageContent += `</div>`;
322
323
main.innerHTML = pageContent;
324
hljs.highlightAll();
0 commit comments