@@ -18,19 +18,17 @@
.phoneContainer {
display: flex;
- justify-content: space-between;
flex-wrap: wrap;
- margin: 0 13px;
.item {
- margin-top: 12px;
position: relative;
+ padding: 1.5px;
.img {
align-items: center;
justify-content: center;
- width: 170px;
- height: 170px;
- border-radius: 10px;
+ width: calc(100vw / 3 - 3px);
+ height: calc(100vw / 3 - 3px);
+ border-radius: 4px;
overflow: hidden;
background-color: #eaeaea;