@@ -85,10 +85,11 @@ const toOpen = (path: string) => {
.infoList {
display: flex;
flex-wrap: wrap;
+ justify-content: space-between;
gap: 27px;
.list {
- max-width: 23.3%;
+ max-width: 22.3%;
border-radius: 5px;
box-shadow: 0 0 5px #cccccc;
background-color: #ffffff;
@@ -95,9 +95,10 @@ const toOpen = (path: string) => {
- max-width: 18.6%;
+ max-width: 17.6%;
margin: 0 20px 60px 0;
.imgs {