padding on mobile

master
alex 2024-01-24 20:17:28 +01:00
parent 24287c4ae7
commit c2f44b4e4f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ export default function StoreServices() {
display: "flex", display: "flex",
justifyContent: "space-between", justifyContent: "space-between",
flexDirection: screenBreakpoint.xs ? "column" : "row", flexDirection: screenBreakpoint.xs ? "column" : "row",
paddingBottom: screenBreakpoint.xs ? 16 : 0,
}} }}
> >
<h1>{t("storeServices.pageTitle")}</h1> <h1>{t("storeServices.pageTitle")}</h1>