1 parent 1c6615b commit d022b8dCopy full SHA for d022b8d
1 file changed
index.html
@@ -330,13 +330,16 @@
330
}
331
332
.method-figure {
333
- margin: 32px auto 0;
+ margin: 40px 0 0;
334
+ width: min(92vw, 1450px);
335
+ max-width: none;
336
+ margin-left: 50%;
337
+ transform: translateX(-50%);
338
text-align: center;
339
340
341
.method-figure img {
342
width: 100%;
- max-width: 1120px;
343
height: auto;
344
display: block;
345
margin: 0 auto;
0 commit comments