diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss index 551a784d..a295e88c 100644 --- a/src/forge/Information/indexZone1.scss +++ b/src/forge/Information/indexZone1.scss @@ -171,11 +171,9 @@ background-color:#07a583; } } - .zone_new_two { - margin-left: 38%; - } .zone_new_three{ display: flex; + justify-content: space-evenly; & > div:not(:first-child) { margin-left: 50px; } @@ -206,6 +204,10 @@ } } } + .zone_new_two { + margin-left: 38%; + justify-content: flex-start; + } } .zone_projects{ background-image:linear-gradient(180deg,#f1f4fa 0%,#ffffff 100%);