File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 337337
338338 .list-items ,.list-bulletpoint-items {
339339 ul {
340- display : block ;
340+ gap : 0.1 em ;
341341 h3 {
342342 font-size : 2.5rem !important ;
343343 margin-bottom : 1rem ;
344344 }
345+ h4 ::before {
346+ font-size : 15px ;
347+ margin-right : 0.5rem ;
348+ }
345349 li ,li >p ,h4 {
346350 font-size : 1.3rem ;
347351 margin : 5px ;
348352 }
349- p {
350- padding-left : 0.5 rem ;
351- }
353+ // p{
354+ // padding-left: 1rem ;
355+ // }
352356 li >a {
353357 font-size : 1.2rem ;
354358 }
442446 }
443447 }
444448 .feature-title {
445- color : inherit ;
449+ color : var ( --v2-background-primary ) ;
446450 text-align : center ;
447451 margin : 0 ;
448452 }
496500 }
497501
498502 @media (min-width :600px ) and (max-width :992px ) {
503+ justify-content : center ;
499504 margin-top : 2em ;
500505 gap : 0.5em ;
501506 img {
502507 width : 3em !important ;
503508 }
504509 }
505510 @media (max-width :600px ) {
511+ justify-content : center ;
506512 margin-top : 1em ;
507513 gap : 0.3em ;
508514 img {
509- width : 2 em ;
515+ width : 1.99 em ;
510516 }
511517 }
512518 }
540546 li {
541547 list-style : none ;
542548 h4 {
549+ display : flex ;
543550 font-size : 2.2rem ;
544551 margin-bottom :.5rem ;
545552 color : var (--v2-background-primary );
546553 }
554+ h4 ::before {
555+ content : " → " ;
556+ font-size : 20px ;
557+ margin-right : 0.5rem ;
558+ }
547559 p {
548560 margin-top : 0.5rem ;
549561 margin-bottom : 0 ;
550562 font-size : 2.2rem ;
551- padding-left : 1 rem ;
563+ padding-left : 2 rem ;
552564 }
553565 a {
554566 font-size : 1.8rem ;
570582 }
571583 }
572584 }
585+
573586 @media (max-width : 600px ) {
574587 padding : 1rem ;
575588 padding-top : 0 ;
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ body.fullscreen #crt {
311311 position : relative ;
312312 text-align : start ;
313313 height : 100% ;
314- font-size : 1 rem ;
314+ font-size : 1.3 rem ;
315315 padding : 2rem ;
316316 overflow-y : auto ;
317317 overflow-x : hidden ;
You can’t perform that action at this time.
0 commit comments