File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/nimiq-css/src/css Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696
9797 & : where (h1 + * : not (: where (h1 , h2 , h3 , h4 ))) {
9898 --margin-min-lh : 4.6667 ;
99- --margin-max-lh : 5.0 ;
99+ --margin-max-lh : 5 ;
100100 margin-top : var (--nq-m-size );
101101 }
102102
396396 --font-size-min-em : 0.75 ;
397397 --font-size-max-em : 0.875 ;
398398 --margin-min-lh : 0.8333 ;
399- --margin-max-lh : 1.0 ;
399+ --margin-max-lh : 1 ;
400400 margin-top : var (--nq-m-size );
401401 margin-bottom : var (--nq-m-size );
402402 padding : 20px 24px ;
431431 }
432432
433433 table {
434- --margin-min-lh : 1.0 ;
434+ --margin-min-lh : 1 ;
435435 --margin-max-lh : 1.3333 ;
436436 margin-bottom : var (--nq-m-size );
437437 margin-top : var (--nq-m-size );
488488
489489 hr {
490490 --margin-min-lh : 0.8333 ;
491- --margin-max-lh : 1.0 ;
491+ --margin-max-lh : 1 ;
492492 margin : var (--nq-m-size ) auto;
493493 width : 128px ;
494494 border-color : rgb (var (--nq-neutral-500 ));
You can’t perform that action at this time.
0 commit comments