Skip to content

Commit d022b8d

Browse files
authored
Update index.html
1 parent 1c6615b commit d022b8d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,16 @@
330330
}
331331

332332
.method-figure {
333-
margin: 32px auto 0;
333+
margin: 40px 0 0;
334+
width: min(92vw, 1450px);
335+
max-width: none;
336+
margin-left: 50%;
337+
transform: translateX(-50%);
334338
text-align: center;
335339
}
336340

337341
.method-figure img {
338342
width: 100%;
339-
max-width: 1120px;
340343
height: auto;
341344
display: block;
342345
margin: 0 auto;

0 commit comments

Comments
 (0)