@@ -606,6 +606,158 @@ video {
606606 }
607607}
608608
609+ .stack-y-0 > * + * {
610+ margin-top: 0 !important;
611+ }
612+
613+ .stack-x-0 > * + * {
614+ margin-left: 0 !important;
615+ }
616+
617+ .stack-y-1 > * + * {
618+ margin-top: 0.25rem !important;
619+ }
620+
621+ .stack-x-1 > * + * {
622+ margin-left: 0.25rem !important;
623+ }
624+
625+ .stack-y-2 > * + * {
626+ margin-top: 0.5rem !important;
627+ }
628+
629+ .stack-x-2 > * + * {
630+ margin-left: 0.5rem !important;
631+ }
632+
633+ .stack-y-3 > * + * {
634+ margin-top: 0.75rem !important;
635+ }
636+
637+ .stack-x-3 > * + * {
638+ margin-left: 0.75rem !important;
639+ }
640+
641+ .stack-y-4 > * + * {
642+ margin-top: 1rem !important;
643+ }
644+
645+ .stack-x-4 > * + * {
646+ margin-left: 1rem !important;
647+ }
648+
649+ .stack-y-5 > * + * {
650+ margin-top: 1.25rem !important;
651+ }
652+
653+ .stack-x-5 > * + * {
654+ margin-left: 1.25rem !important;
655+ }
656+
657+ .stack-y-6 > * + * {
658+ margin-top: 1.5rem !important;
659+ }
660+
661+ .stack-x-6 > * + * {
662+ margin-left: 1.5rem !important;
663+ }
664+
665+ .stack-y-8 > * + * {
666+ margin-top: 2rem !important;
667+ }
668+
669+ .stack-x-8 > * + * {
670+ margin-left: 2rem !important;
671+ }
672+
673+ .stack-y-10 > * + * {
674+ margin-top: 2.5rem !important;
675+ }
676+
677+ .stack-x-10 > * + * {
678+ margin-left: 2.5rem !important;
679+ }
680+
681+ .stack-y-12 > * + * {
682+ margin-top: 3rem !important;
683+ }
684+
685+ .stack-x-12 > * + * {
686+ margin-left: 3rem !important;
687+ }
688+
689+ .stack-y-16 > * + * {
690+ margin-top: 4rem !important;
691+ }
692+
693+ .stack-x-16 > * + * {
694+ margin-left: 4rem !important;
695+ }
696+
697+ .stack-y-20 > * + * {
698+ margin-top: 5rem !important;
699+ }
700+
701+ .stack-x-20 > * + * {
702+ margin-left: 5rem !important;
703+ }
704+
705+ .stack-y-24 > * + * {
706+ margin-top: 6rem !important;
707+ }
708+
709+ .stack-x-24 > * + * {
710+ margin-left: 6rem !important;
711+ }
712+
713+ .stack-y-32 > * + * {
714+ margin-top: 8rem !important;
715+ }
716+
717+ .stack-x-32 > * + * {
718+ margin-left: 8rem !important;
719+ }
720+
721+ .stack-y-40 > * + * {
722+ margin-top: 10rem !important;
723+ }
724+
725+ .stack-x-40 > * + * {
726+ margin-left: 10rem !important;
727+ }
728+
729+ .stack-y-48 > * + * {
730+ margin-top: 12rem !important;
731+ }
732+
733+ .stack-x-48 > * + * {
734+ margin-left: 12rem !important;
735+ }
736+
737+ .stack-y-56 > * + * {
738+ margin-top: 14rem !important;
739+ }
740+
741+ .stack-x-56 > * + * {
742+ margin-left: 14rem !important;
743+ }
744+
745+ .stack-y-64 > * + * {
746+ margin-top: 16rem !important;
747+ }
748+
749+ .stack-x-64 > * + * {
750+ margin-left: 16rem !important;
751+ }
752+
753+ .stack-y-px > * + * {
754+ margin-top: 1px !important;
755+ }
756+
757+ .stack-x-px > * + * {
758+ margin-left: 1px !important;
759+ }
760+
609761.sr-only {
610762 position: absolute !important;
611763 width: 1px !important;
0 commit comments