We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1dae1 commit eb23190Copy full SHA for eb23190
website/src/css/customTheme.scss
@@ -404,6 +404,18 @@ hr {
404
font-weight: 600;
405
}
406
407
+ img {
408
+ border-radius: var(--ifm-global-radius);
409
+ &.center {
410
+ width: 100%;
411
+ justify-content: center;
412
+ }
413
+ &.half-size {
414
+ max-height: 50vh;
415
+ object-fit: contain;
416
417
418
+
419
table {
420
display: table;
421
width: 100%;
@@ -2361,17 +2373,6 @@ figcaption > p:last-child {
2361
2373
padding: 0 var(--ifm-pre-padding);
2362
2374
2363
2375
2364
-img {
2365
- &.center {
2366
- width: 100%;
2367
- justify-content: center;
2368
- }
2369
- &.half-size {
2370
- max-height: 50vh;
2371
- object-fit: contain;
2372
-}
-
2376
@media only screen and (max-width: 600px) {
2377
.tweet {
2378
display: none;
0 commit comments