diff --git a/code/index.css b/code/index.css index de329fa..110f0ed 100644 --- a/code/index.css +++ b/code/index.css @@ -1,7 +1,7 @@ .all-container { display : flex; - justify-content: space-evenly; + justify-content: center; /* align-items: baseline; width : min-content; @@ -15,6 +15,8 @@ display : flex; align-items: baseline; width : min-content; + + margin: 20px; /* Then we define the flow direction and if we allow the items to wrap * Remember this is the same as: @@ -46,6 +48,7 @@ display : flex; align-items: baseline; width : min-content; + margin: 20px; /* Then we define the flow direction and if we allow the items to wrap * Remember this is the same as: