Skip to content

Commit 43490a7

Browse files
committed
Start work on mobile menu
1 parent fff9b99 commit 43490a7

File tree

5 files changed

+551
-30
lines changed

5 files changed

+551
-30
lines changed

public/css/app.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,10 @@ video {
680680
z-index: 10;
681681
}
682682

683+
.z-50 {
684+
z-index: 50;
685+
}
686+
683687
.m-4 {
684688
margin: 1rem;
685689
}
@@ -764,6 +768,14 @@ video {
764768
margin-bottom: 0.25rem;
765769
}
766770

771+
.mt-40 {
772+
margin-top: 10rem;
773+
}
774+
775+
.mr-4 {
776+
margin-right: 1rem;
777+
}
778+
767779
.block {
768780
display: block;
769781
}
@@ -860,6 +872,10 @@ video {
860872
height: 16rem;
861873
}
862874

875+
.h-96 {
876+
height: 24rem;
877+
}
878+
863879
.w-full {
864880
width: 100%;
865881
}
@@ -904,6 +920,18 @@ video {
904920
width: 1rem;
905921
}
906922

923+
.w-screen {
924+
width: 100vw;
925+
}
926+
927+
.w-5\/12 {
928+
width: 41.666667%;
929+
}
930+
931+
.w-2\/12 {
932+
width: 16.666667%;
933+
}
934+
907935
.flex-1 {
908936
flex: 1 1 0%;
909937
}
@@ -1092,6 +1120,10 @@ video {
10921120
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
10931121
}
10941122

1123+
.self-center {
1124+
align-self: center;
1125+
}
1126+
10951127
.overflow-hidden {
10961128
overflow: hidden;
10971129
}
@@ -1159,6 +1191,10 @@ video {
11591191
border-color: rgb(243 244 246 / var(--tw-border-opacity));
11601192
}
11611193

1194+
.border-opacity-50 {
1195+
--tw-border-opacity: 0.5;
1196+
}
1197+
11621198
.bg-gray-600 {
11631199
--tw-bg-opacity: 1;
11641200
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
@@ -1865,6 +1901,10 @@ video {
18651901
display: flex;
18661902
}
18671903

1904+
.lg\:hidden {
1905+
display: none;
1906+
}
1907+
18681908
.lg\:h-12 {
18691909
height: 3rem;
18701910
}

0 commit comments

Comments
 (0)