@@ -190,6 +190,18 @@ ul ul ul {
190190 border-top-width : 1px ;
191191}
192192
193+ .ulist li .paragraph : first-child ,
194+ .olist li .paragraph : first-child ,
195+ .dlist li .paragraph : first-child {
196+ margin-top : var (--base-extra-small-space );
197+ }
198+
199+ .ulist li .imageblock ,
200+ .olist li .imageblock ,
201+ .dlist li .imageblock {
202+ margin-bottom : var (--base-extra-small-space );
203+ }
204+
193205/* .doc table.tableblock,
194206.doc th.tableblock,
195207.doc td.tableblock {
@@ -418,7 +430,7 @@ ul ul ul {
418430}
419431
420432.doc .imageblock img {
421- display : block;
433+ display : inline- block;
422434}
423435
424436.doc .imageblock .title {
@@ -467,7 +479,7 @@ ul ul ul {
467479 margin-top : var (--base-extra-large-space );
468480}
469481
470- .doc . abstract blockquote * {
482+ .doc blockquote * {
471483 font-weight : inherit;
472484}
473485/* .doc .abstract blockquote::before {
@@ -546,6 +558,10 @@ ul ul ul {
546558 margin : 0 ;
547559}
548560
561+ .hdlist table .hdlist1 + .hdlist2 p {
562+ margin-left : var (--base-space );
563+ }
564+
549565.doc pre : not (.highlight ),
550566.doc pre .highlight code {
551567 /* background-color: #151514; */
@@ -1102,4 +1118,12 @@ table.tableblock pre code.language-bash.hljs {
11021118 .doc h6 > a .anchor {
11031119 font-size : 18px ;
11041120 }
1121+
1122+ .card-row .column .content .imageblock {
1123+ text-align : center;
1124+ }
1125+
1126+ main {
1127+ padding-bottom : 2rem ;
1128+ }
11051129}
0 commit comments