more fixes web + mobile

This commit is contained in:
Thomas Demirdjian
2025-11-20 11:26:24 +01:00
parent fe9b2b9e8d
commit 70c94c97b4
32 changed files with 1214 additions and 226 deletions
+6 -6
View File
@@ -729,8 +729,8 @@ const styles = StyleSheet.create({
alignItems: isWeb ? "center" : "stretch",
justifyContent: isWeb ? "center" : "flex-start",
gap: 12,
marginTop: isWeb ? 24 : 0,
marginBottom: isWeb ? 8 : 16,
marginTop: isWeb ? 12 : 0,
marginBottom: isWeb ? 4 : 16,
paddingHorizontal: isWeb ? 0 : gutters,
zIndex: 10,
},
@@ -786,8 +786,8 @@ const styles = StyleSheet.create({
},
subtitleWrapper: {
width: "100%",
marginBottom: 16,
marginTop: 15,
marginBottom: isWeb ? 12 : 16,
marginTop: isWeb ? 8 : 15,
alignItems: "center",
},
subtitleGradient: {
@@ -812,7 +812,7 @@ const styles = StyleSheet.create({
backgroundColor: Palette.glass,
},
subtitleInnerWeb: {
paddingVertical: 12,
paddingVertical: 10,
backgroundColor: Palette.lightPurple,
},
subtitle: {
@@ -828,7 +828,7 @@ const styles = StyleSheet.create({
flexDirection: "row",
flexWrap: "wrap",
justifyContent: "space-between",
rowGap: 20,
rowGap: isWeb ? 16 : 20,
},
cardsStack: {
width: "100%",