.share-grid {
display: grid;
- grid-template-columns: repeat(5, 50px);
- justify-content: center;
+ grid-template-columns: repeat(3, 50px);
+ justify-content: space-evenly;
+ justify-items: center;
+ align-content: space-evenly;
+ align-items: center;
}
.btn-share {
.share-grid {
display: grid;
- grid-template-columns: repeat(5, 50px);
- justify-content: center;
+ grid-template-columns: repeat(3, 50px);
+ justify-content: space-evenly;
+ justify-items: center;
+ align-content: space-evenly;
+ align-items: center;
}
.btn-share {