File tree Expand file tree Collapse file tree 2 files changed +32
-39
lines changed Expand file tree Collapse file tree 2 files changed +32
-39
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- " docs.css " : " /styles.0005 .css" ,
2
+ " docs.css " : " /styles.0006 .css" ,
3
3
" docs.js " : " /scripts.0002.js"
4
4
}
Original file line number Diff line number Diff line change @@ -703,16 +703,16 @@ video {
703
703
height : 1.5rem ;
704
704
}
705
705
706
- .h-\[40px \] {
707
- height : 40 px ;
706
+ .h-\[80px \] {
707
+ height : 80 px ;
708
708
}
709
709
710
- .h-\[50px \] {
711
- height : 50 px ;
710
+ .h-\[86px \] {
711
+ height : 86 px ;
712
712
}
713
713
714
- .h-\[80px \] {
715
- height : 80 px ;
714
+ .h-\[96px \] {
715
+ height : 96 px ;
716
716
}
717
717
718
718
.h-\[calc\(100vh-4\.5rem\)\] {
@@ -723,10 +723,6 @@ video {
723
723
height : 100vh ;
724
724
}
725
725
726
- .h-\[100px\] {
727
- height : 100px ;
728
- }
729
-
730
726
.w-12 {
731
727
width : 3rem ;
732
728
}
@@ -739,26 +735,22 @@ video {
739
735
width : 16rem ;
740
736
}
741
737
742
- .w-\[1800px\] {
743
- width : 1800px ;
744
- }
745
-
746
738
.w-\[240px\] {
747
739
width : 240px ;
748
740
}
749
741
750
- .w-\[80px\] {
751
- width : 80px ;
742
+ .w-\[86px\] {
743
+ width : 86px ;
744
+ }
745
+
746
+ .w-\[96px\] {
747
+ width : 96px ;
752
748
}
753
749
754
750
.w-full {
755
751
width : 100% ;
756
752
}
757
753
758
- .w-\[86px\] {
759
- width : 86px ;
760
- }
761
-
762
754
.min-w-0 {
763
755
min-width : 0px ;
764
756
}
@@ -791,6 +783,10 @@ video {
791
783
flex-direction : column;
792
784
}
793
785
786
+ .items-start {
787
+ align-items : flex-start;
788
+ }
789
+
794
790
.items-center {
795
791
align-items : center;
796
792
}
@@ -1891,34 +1887,18 @@ img {
1891
1887
grid-column : span 3 / span 3 ;
1892
1888
}
1893
1889
1894
- .sm\:h-\[50px\] {
1895
- height : 50px ;
1896
- }
1897
-
1898
- .sm\:h-\[60px\] {
1899
- height : 60px ;
1890
+ .sm\:h-\[70px\] {
1891
+ height : 70px ;
1900
1892
}
1901
1893
1902
1894
.sm\:h-\[82px\] {
1903
1895
height : 82px ;
1904
1896
}
1905
1897
1906
- .sm\:h-\[86px\] {
1907
- height : 86px ;
1908
- }
1909
-
1910
- .sm\:w-\[170px\] {
1911
- width : 170px ;
1912
- }
1913
-
1914
1898
.sm\:w-\[250px\] {
1915
1899
width : 250px ;
1916
1900
}
1917
1901
1918
- .sm\:w-\[60px\] {
1919
- width : 60px ;
1920
- }
1921
-
1922
1902
.sm\:w-\[70px\] {
1923
1903
width : 70px ;
1924
1904
}
@@ -1989,6 +1969,11 @@ img {
1989
1969
padding : 1.5rem ;
1990
1970
}
1991
1971
1972
+ .md\:px-0 {
1973
+ padding-left : 0px ;
1974
+ padding-right : 0px ;
1975
+ }
1976
+
1992
1977
.md\:text-8xl {
1993
1978
font-size : 6rem ;
1994
1979
line-height : 1 ;
@@ -2036,6 +2021,14 @@ img {
2036
2021
grid-template-columns : repeat (4 , minmax (0 , 1fr ));
2037
2022
}
2038
2023
2024
+ .lg\:flex-row {
2025
+ flex-direction : row;
2026
+ }
2027
+
2028
+ .lg\:justify-between {
2029
+ justify-content : space-between;
2030
+ }
2031
+
2039
2032
.lg\:bg-transparent {
2040
2033
background-color : transparent;
2041
2034
}
You can’t perform that action at this time.
0 commit comments