File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 142142.doc caption {
143143 font-size : 1rem ;
144144 font-weight : var (--weight-semibold );
145- letter-spacing : -0.025em ;
145+ /* letter-spacing: -0.025em; */
146146 line-height : 1.2 ;
147147 margin-bottom : 0.75rem ;
148148 color : var (--color-brand-gray3 );
149149}
150150
151+ .ulist div .title {
152+ margin-left : -10px ;
153+ }
154+
151155.doc hr {
152156 margin : 1rem 0 ;
153157 border : 0 solid var (--color-border );
Original file line number Diff line number Diff line change @@ -118,12 +118,13 @@ table.table-tutorial tr td:last-child {
118118 /* margin-top: 2.5rem; */
119119 }
120120
121- table .tableblock .title {
121+ table .tableblock caption .title {
122122 position : absolute;
123123 left : 0 ;
124124 top : -30px ;
125125 }
126126
127+ div + table .tableblock ,
127128 div .paragraph + table .tableblock ,
128129 div .ulist + table .tableblock ,
129130 table .tableblock + table .tableblock {
You can’t perform that action at this time.
0 commit comments