padding on mobile
parent
24287c4ae7
commit
c2f44b4e4f
|
@ -77,6 +77,7 @@ export default function StoreServices() {
|
|||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
flexDirection: screenBreakpoint.xs ? "column" : "row",
|
||||
paddingBottom: screenBreakpoint.xs ? 16 : 0,
|
||||
}}
|
||||
>
|
||||
<h1>{t("storeServices.pageTitle")}</h1>
|
||||
|
|
Loading…
Reference in New Issue