File tree 2 files changed +15
-27
lines changed
2 files changed +15
-27
lines changed Original file line number Diff line number Diff line change @@ -930,8 +930,8 @@ code,
930
930
bottom : -30px ;
931
931
}
932
932
933
- .-top-5 {
934
- top : -1.25 rem ;
933
+ .-top-4 {
934
+ top : -1 rem ;
935
935
}
936
936
937
937
.left-0 {
@@ -966,22 +966,6 @@ code,
966
966
top : auto;
967
967
}
968
968
969
- .left-\[10\%\] {
970
- left : 10% ;
971
- }
972
-
973
- .left-\[11\%\] {
974
- left : 11% ;
975
- }
976
-
977
- .left-\[12\%\] {
978
- left : 12% ;
979
- }
980
-
981
- .-top-4 {
982
- top : -1rem ;
983
- }
984
-
985
969
.z-0 {
986
970
z-index : 0 ;
987
971
}
@@ -1220,8 +1204,8 @@ code,
1220
1204
width : 2rem ;
1221
1205
}
1222
1206
1223
- .w-\[30rem \] {
1224
- width : 30 rem ;
1207
+ .w-\[32rem \] {
1208
+ width : 32 rem ;
1225
1209
}
1226
1210
1227
1211
.w-\[90\%\] {
@@ -1237,10 +1221,6 @@ code,
1237
1221
width : 100% ;
1238
1222
}
1239
1223
1240
- .w-\[32rem\] {
1241
- width : 32rem ;
1242
- }
1243
-
1244
1224
.max-w-2xl {
1245
1225
max-width : 42rem ;
1246
1226
}
@@ -1289,6 +1269,10 @@ code,
1289
1269
max-width : 28rem ;
1290
1270
}
1291
1271
1272
+ .max-w-\[300px\] {
1273
+ max-width : 300px ;
1274
+ }
1275
+
1292
1276
.grow {
1293
1277
flex-grow : 1 ;
1294
1278
}
@@ -2022,6 +2006,10 @@ code,
2022
2006
flex-direction : row-reverse;
2023
2007
}
2024
2008
2009
+ .lg\:items-center {
2010
+ align-items : center;
2011
+ }
2012
+
2025
2013
.lg\:justify-between {
2026
2014
justify-content : space-between;
2027
2015
}
Original file line number Diff line number Diff line change 1
1
{{ with site.Data.socials }}
2
2
< section class ="bg-dark py-24 border-b border-b-gray/50 ">
3
- < div class ="container grid grid-cols-1 lg:grid-cols-3 gap-20 ">
3
+ < div class ="container flex flex-col lg:flex-row lg:items-center justify-center gap-20 ">
4
4
{{ range . }}
5
- < div class ="flex flex-col lg:gap-y-6 gap-y-4 ">
5
+ < div class ="flex flex-col lg:gap-y-6 gap-y-4 items-center ">
6
6
< img src ="{{ site.BaseURL }}{{ .icon }} " alt ="{{ .name }} " class ="max-w-[160px] ">
7
7
< h3 class ="text-white font-medium font-grostesk text-3xl "> {{ .name }}</ h3 >
8
- < p class ="text-white/70 text-lg leading-[26px] font-graphik "> {{ .text }}</ p >
8
+ < p class ="text-white/70 text-lg leading-[26px] font-graphik max-w-[300px] text-center "> {{ .text }}</ p >
9
9
< a
10
10
href ="{{ .link.url }} "
11
11
target ="_blank "
You can’t perform that action at this time.
0 commit comments