This commit is contained in:
An Phan 2016-05-05 11:42:28 +08:00
parent 2aa45bce03
commit 80900f17cb
2 changed files with 5 additions and 1 deletions

View file

@ -165,6 +165,10 @@
justify-content: center;
margin-top: 8px;
}
span:first-child {
flex: 0 0 28px;
}
}
> section {

View file

@ -73,7 +73,7 @@
}
@media only screen and(max-width: 768px) {
flex: 0;
flex: auto;
width: 64px;
margin-top: 8px;
}