Browse Source

layout

master
Danilo Di Cuia 3 years ago
parent
commit
113033ccc6
  1. 6
      src/Galleria.js

6
src/Galleria.js

@ -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"

Loading…
Cancel
Save