build(dependencies): update bootstrap to 4.0.0-alpha.6

This commit is contained in:
hryb 2017-04-10 15:48:15 +03:00 committed by Lex Zhukov
parent 2d6e848df3
commit ef2ca9c09c
25 changed files with 227 additions and 172 deletions

View file

@ -16,19 +16,19 @@
@media screen and (min-width: 1325px) {
.pie-chart-item-container {
width: 25%;
max-width: 25%;
flex: 0 0 25%
}
}
@media screen and (min-width: 700px) and (max-width: 1325px) {
.pie-chart-item-container {
width: 50%;
max-width: 50%;
flex: 0 0 50%
}
}
@media screen and (max-width: 700px) {
.pie-chart-item-container {
width: 100%;
max-width: 100%;
flex: 0 0 100%
}
}

View file

@ -42,6 +42,8 @@
}
.row {
margin: 0;
display: flex;
justify-content: space-between;
> div {
padding: 0;
}