File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,9 @@ Ex nam suas nemore dignissim, vel apeirian democritum et.
295
295
.Antora is a multi-repo documentation site generator
296
296
image::multirepo-ssg.svg[Multirepo SSG,3000,opts=interactive]
297
297
298
+ .Let's see that again, but a little smaller
299
+ image::multirepo-ssg.svg[Multirepo SSG,300,role=text-left]
300
+
298
301
Make the switch today!
299
302
300
303
.Full Circle with Jake Blauvelt
Original file line number Diff line number Diff line change 519
519
align-items : center;
520
520
}
521
521
522
+ .doc .imageblock .content {
523
+ align-self : stretch;
524
+ text-align : center;
525
+ }
526
+
522
527
.doc .imageblock .text-left ,
523
528
.doc .videoblock .text-left {
524
529
align-items : flex-start;
525
530
}
526
531
532
+ .doc .imageblock .text-left .content {
533
+ text-align : left;
534
+ }
535
+
527
536
.doc .imageblock .text-right ,
528
537
.doc .videoblock .text-right {
529
538
align-items : flex-end;
530
539
}
531
540
541
+ .doc .imageblock .text-right .content {
542
+ text-align : right;
543
+ }
544
+
532
545
.doc .imageblock img ,
533
546
.doc .imageblock object ,
534
547
.doc .imageblock svg ,
You can’t perform that action at this time.
0 commit comments