layout
This commit is contained in:
+3
-3
@@ -67,13 +67,13 @@ export const Galleria = () => {
|
|||||||
<Stack
|
<Stack
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
width: "100%",
|
width: "100vw",
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: "50%",
|
top: "90%",
|
||||||
left: 0,
|
left: 0,
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
padding: 20,
|
padding: 10,
|
||||||
boxSizing: "border-box",
|
boxSizing: "border-box",
|
||||||
}}
|
}}
|
||||||
direction="row"
|
direction="row"
|
||||||
|
|||||||
Reference in New Issue
Block a user