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 11{
2- " docs.css " : " /styles.0005 .css" ,
2+ " docs.css " : " /styles.0006 .css" ,
33 " docs.js " : " /scripts.0002.js"
44}
Original file line number Diff line number Diff line change @@ -703,16 +703,16 @@ video {
703703 height : 1.5rem ;
704704}
705705
706- .h-\[40px \] {
707- height : 40 px ;
706+ .h-\[80px \] {
707+ height : 80 px ;
708708}
709709
710- .h-\[50px \] {
711- height : 50 px ;
710+ .h-\[86px \] {
711+ height : 86 px ;
712712}
713713
714- .h-\[80px \] {
715- height : 80 px ;
714+ .h-\[96px \] {
715+ height : 96 px ;
716716}
717717
718718.h-\[calc\(100vh-4\.5rem\)\] {
@@ -723,10 +723,6 @@ video {
723723 height : 100vh ;
724724}
725725
726- .h-\[100px\] {
727- height : 100px ;
728- }
729-
730726.w-12 {
731727 width : 3rem ;
732728}
@@ -739,26 +735,22 @@ video {
739735 width : 16rem ;
740736}
741737
742- .w-\[1800px\] {
743- width : 1800px ;
744- }
745-
746738.w-\[240px\] {
747739 width : 240px ;
748740}
749741
750- .w-\[80px\] {
751- width : 80px ;
742+ .w-\[86px\] {
743+ width : 86px ;
744+ }
745+
746+ .w-\[96px\] {
747+ width : 96px ;
752748}
753749
754750.w-full {
755751 width : 100% ;
756752}
757753
758- .w-\[86px\] {
759- width : 86px ;
760- }
761-
762754.min-w-0 {
763755 min-width : 0px ;
764756}
@@ -791,6 +783,10 @@ video {
791783 flex-direction : column;
792784}
793785
786+ .items-start {
787+ align-items : flex-start;
788+ }
789+
794790.items-center {
795791 align-items : center;
796792}
@@ -1891,34 +1887,18 @@ img {
18911887 grid-column : span 3 / span 3 ;
18921888 }
18931889
1894- .sm\:h-\[50px\] {
1895- height : 50px ;
1896- }
1897-
1898- .sm\:h-\[60px\] {
1899- height : 60px ;
1890+ .sm\:h-\[70px\] {
1891+ height : 70px ;
19001892 }
19011893
19021894 .sm\:h-\[82px\] {
19031895 height : 82px ;
19041896 }
19051897
1906- .sm\:h-\[86px\] {
1907- height : 86px ;
1908- }
1909-
1910- .sm\:w-\[170px\] {
1911- width : 170px ;
1912- }
1913-
19141898 .sm\:w-\[250px\] {
19151899 width : 250px ;
19161900 }
19171901
1918- .sm\:w-\[60px\] {
1919- width : 60px ;
1920- }
1921-
19221902 .sm\:w-\[70px\] {
19231903 width : 70px ;
19241904 }
@@ -1989,6 +1969,11 @@ img {
19891969 padding : 1.5rem ;
19901970 }
19911971
1972+ .md\:px-0 {
1973+ padding-left : 0px ;
1974+ padding-right : 0px ;
1975+ }
1976+
19921977 .md\:text-8xl {
19931978 font-size : 6rem ;
19941979 line-height : 1 ;
@@ -2036,6 +2021,14 @@ img {
20362021 grid-template-columns : repeat (4 , minmax (0 , 1fr ));
20372022 }
20382023
2024+ .lg\:flex-row {
2025+ flex-direction : row;
2026+ }
2027+
2028+ .lg\:justify-between {
2029+ justify-content : space-between;
2030+ }
2031+
20392032 .lg\:bg-transparent {
20402033 background-color : transparent;
20412034 }
You can’t perform that action at this time.
0 commit comments