File tree 2 files changed +1
-37
lines changed
2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -592,15 +592,6 @@ video {
592
592
.ml-2 {
593
593
margin-left : 0.5rem ;
594
594
}
595
- .mt-4 {
596
- margin-top : 1rem ;
597
- }
598
- .mb-2 {
599
- margin-bottom : 0.5rem ;
600
- }
601
- .mb-3 {
602
- margin-bottom : 0.75rem ;
603
- }
604
595
.block {
605
596
display : block;
606
597
}
@@ -610,9 +601,6 @@ video {
610
601
.inline-flex {
611
602
display : inline-flex;
612
603
}
613
- .table {
614
- display : table;
615
- }
616
604
.hidden {
617
605
display : none;
618
606
}
@@ -634,9 +622,6 @@ video {
634
622
.w-auto {
635
623
width : auto;
636
624
}
637
- .w-full {
638
- width : 100% ;
639
- }
640
625
.max-w-3xl {
641
626
max-width : 48rem ;
642
627
}
@@ -736,12 +721,6 @@ video {
736
721
.pb-3 {
737
722
padding-bottom : 0.75rem ;
738
723
}
739
- .pb-2 {
740
- padding-bottom : 0.5rem ;
741
- }
742
- .text-right {
743
- text-align : right;
744
- }
745
724
.text-5xl {
746
725
font-size : 3rem ;
747
726
line-height : 1 ;
@@ -762,16 +741,9 @@ video {
762
741
font-size : 1rem ;
763
742
line-height : 1.5rem ;
764
743
}
765
- .text-2xl {
766
- font-size : 1.5rem ;
767
- line-height : 2rem ;
768
- }
769
744
.font-bold {
770
745
font-weight : 700 ;
771
746
}
772
- .font-black {
773
- font-weight : 900 ;
774
- }
775
747
.font-medium {
776
748
font-weight : 500 ;
777
749
}
@@ -799,10 +771,6 @@ video {
799
771
--tw-text-opacity : 1 ;
800
772
color : rgb (209 213 219 / var (--tw-text-opacity ));
801
773
}
802
- .text-green-500 {
803
- --tw-text-opacity : 1 ;
804
- color : rgb (34 197 94 / var (--tw-text-opacity ));
805
- }
806
774
.antialiased {
807
775
-webkit-font-smoothing : antialiased;
808
776
-moz-osx-font-smoothing : grayscale;
@@ -943,10 +911,6 @@ video {
943
911
944
912
@media (min-width : 1024px ) {
945
913
946
- .lg\:p-36 {
947
- padding : 9rem ;
948
- }
949
-
950
914
.lg\:py-36 {
951
915
padding-top : 9rem ;
952
916
padding-bottom : 9rem ;
Original file line number Diff line number Diff line change 7
7
<p class =" max-w-3xl" >Here is the list of latest changes to the MapMarker.io platform. These notes are compiled
8
8
automatically with every release so these will be up-to-date with the latest changes available. You can find
9
9
the source file in our Github repo.</p >
10
- <div class =" changelog changelog-slim mt-12 pb-24" >
10
+ <div class =" changelog mt-12 pb-24" >
11
11
<x-markdown >{{ $changelogContent } } </x-markdown >
12
12
</div >
13
13
</div >
You can’t perform that action at this time.
0 commit comments