File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en " class = "h-full bg-gray-50 ">
3
3
< head >
4
4
< title > </ title >
5
-
5
+ < meta name =" viewport " content =" width=device-width, initial-scale=1 " />
6
6
< script defer src ="
https://unpkg.com/[email protected] /dist/cdn.min.js "
> </ script >
7
7
8
8
< link rel ="shortcut icon " href ="favicon.svg " />
@@ -208,7 +208,7 @@ <h3>Settings</h3>
208
208
209
209
210
210
211
- < div x-show ="showLogin " class ="min-h-full flex flex-col justify-center py-12 sm:px-6 lg:px-8 ">
211
+ < div x-show ="showLogin " class ="min-h-full flex flex-col justify-center py-2 lg:py-12 sm:px-6 lg:px-8 ">
212
212
213
213
< div class ="mt-8 sm:mx-auto sm:w-full lg:max-w-lg ">
214
214
< div class ="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10 ">
Original file line number Diff line number Diff line change @@ -1353,6 +1353,11 @@ select {
1353
1353
padding-right : 0.5rem ;
1354
1354
}
1355
1355
1356
+ .py-5 {
1357
+ padding-top : 1.25rem ;
1358
+ padding-bottom : 1.25rem ;
1359
+ }
1360
+
1356
1361
.pt-1 {
1357
1362
padding-top : 0.25rem ;
1358
1363
}
@@ -1882,6 +1887,11 @@ select {
1882
1887
padding-right : 2.5rem ;
1883
1888
}
1884
1889
1890
+ .sm\:px-20 {
1891
+ padding-left : 5rem ;
1892
+ padding-right : 5rem ;
1893
+ }
1894
+
1885
1895
.sm\:text-sm {
1886
1896
font-size : 0.875rem ;
1887
1897
line-height : 1.25rem ;
@@ -2055,4 +2065,9 @@ select {
2055
2065
padding-left : 0px ;
2056
2066
padding-right : 0px ;
2057
2067
}
2068
+
2069
+ .lg\:py-12 {
2070
+ padding-top : 3rem ;
2071
+ padding-bottom : 3rem ;
2072
+ }
2058
2073
}
You can’t perform that action at this time.
0 commit comments