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