@@ -1107,6 +1107,32 @@ details summary{
1107
1107
mask-size : 100% 100% ;
1108
1108
--svg : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.18 15.64a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20C5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 4.44A15.56 15.56 0 0 1 19.56 20h-2.83A12.73 12.73 0 0 0 4 7.27zm0 5.66a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93z'/%3E%3C/svg%3E" );
1109
1109
}
1110
+ .i-mdi-youtube {
1111
+ display : inline-block;
1112
+ width : 1em ;
1113
+ height : 1em ;
1114
+ background-color : currentColor;
1115
+ -webkit-mask-image : var (--svg );
1116
+ mask-image : var (--svg );
1117
+ -webkit-mask-repeat : no-repeat;
1118
+ mask-repeat : no-repeat;
1119
+ -webkit-mask-size : 100% 100% ;
1120
+ mask-size : 100% 100% ;
1121
+ --svg : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10 15l5.19-3L10 9zm11.56-7.83c.13.47.22 1.1.28 1.9c.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83c-.25.9-.83 1.48-1.73 1.73c-.47.13-1.33.22-2.65.28c-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44c-.9-.25-1.48-.83-1.73-1.73c-.13-.47-.22-1.1-.28-1.9c-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83c.25-.9.83-1.48 1.73-1.73c.47-.13 1.33-.22 2.65-.28c1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44c.9.25 1.48.83 1.73 1.73'/%3E%3C/svg%3E" );
1122
+ }
1123
+ .i-mdi-twitter {
1124
+ display : inline-block;
1125
+ width : 1em ;
1126
+ height : 1em ;
1127
+ background-color : currentColor;
1128
+ -webkit-mask-image : var (--svg );
1129
+ mask-image : var (--svg );
1130
+ -webkit-mask-repeat : no-repeat;
1131
+ mask-repeat : no-repeat;
1132
+ -webkit-mask-size : 100% 100% ;
1133
+ mask-size : 100% 100% ;
1134
+ --svg : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22.46 6c-.77.35-1.6.58-2.46.69c.88-.53 1.56-1.37 1.88-2.38c-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29c0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15c0 1.49.75 2.81 1.91 3.56c-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.2 4.2 0 0 1-1.93.07a4.28 4.28 0 0 0 4 2.98a8.52 8.52 0 0 1-5.33 1.84q-.51 0-1.02-.06C3.44 20.29 5.7 21 8.12 21C16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56c.84-.6 1.56-1.36 2.14-2.23'/%3E%3C/svg%3E" );
1135
+ }
1110
1136
.collapse {
1111
1137
visibility : collapse;
1112
1138
}
@@ -1179,12 +1205,18 @@ details summary{
1179
1205
.items-center {
1180
1206
align-items : center;
1181
1207
}
1208
+ .justify-center {
1209
+ justify-content : center;
1210
+ }
1182
1211
.gap-2 {
1183
1212
gap : 0.5rem ;
1184
1213
}
1185
1214
.gap-4 {
1186
1215
gap : 1rem ;
1187
1216
}
1217
+ .gap-1 {
1218
+ gap : 0.25rem ;
1219
+ }
1188
1220
.truncate {
1189
1221
overflow : hidden;
1190
1222
text-overflow : ellipsis;
@@ -1209,6 +1241,10 @@ details summary{
1209
1241
.p-8 {
1210
1242
padding : 2rem ;
1211
1243
}
1244
+ .px-2 {
1245
+ padding-left : 0.5rem ;
1246
+ padding-right : 0.5rem ;
1247
+ }
1212
1248
.px-4 {
1213
1249
padding-left : 1rem ;
1214
1250
padding-right : 1rem ;
@@ -1224,6 +1260,9 @@ details summary{
1224
1260
.italic {
1225
1261
font-style : italic;
1226
1262
}
1263
+ .leading-6 {
1264
+ line-height : 1.5rem ;
1265
+ }
1227
1266
.text-gray-100 {
1228
1267
--tw-text-opacity : 1 ;
1229
1268
color : rgb (199 202 209 / var (--tw-text-opacity ));
@@ -1533,3 +1572,10 @@ small p {
1533
1572
.hover\:no-underline : hover {
1534
1573
text-decoration-line : none;
1535
1574
}
1575
+ @media (min-width : 640px ){
1576
+
1577
+ .sm\:px-0 {
1578
+ padding-left : 0px ;
1579
+ padding-right : 0px ;
1580
+ }
1581
+ }
0 commit comments