Files
AGS_IT_Solutions_Website/styles/Kontakt.module.scss
stefan080106 bd73914ccb 📱 Add flex wrap
2022-05-19 17:40:06 +02:00

18 lines
217 B
SCSS

.SocialMediaContainer {
width: 80%;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
a {
span {
transition: all 0.5s;
}
:hover {
transform: scale(1.05);
}
}
}