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

Loading…
Cancel
Save