Fix social buttons

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-04-19 12:41:12 +02:00
parent def66a6fd3
commit f15138e0e1

View File

@@ -5,7 +5,7 @@
display: flex;
justify-content: space-between;
@media all and (max-width: $tablet) {
@media all and (max-width: $desktop) {
flex-direction: column;
}
}