1
0
Fork 0

Increase SAC width to 55%

This commit is contained in:
Gregory Eremin 2015-03-19 16:26:58 +07:00
parent 8e96d3834d
commit 6ef15c73e0
1 changed files with 20 additions and 13 deletions

View File

@ -1,15 +1,3 @@
@media (min-width: 640px) {
.barchart-container, .sac {
width: 100%;
}
}
@media (min-width: 1100px) {
.barchart-container, .sac {
width: 50%;
}
}
.barchart-container {
box-sizing: border-box;
float: left;
@ -142,7 +130,6 @@
}
.whatsgoingon em {
display: inline-block;
line-height: 16px;
color: #000;
font-style: normal;
@ -228,3 +215,23 @@ hr {
clear: both;
}
@media (min-width: 640px) {
.barchart-container, .sac {
width: 100%;
}
.sac .legend {
min-height: 0;
}
}
@media (min-width: 1100px) {
.barchart-container {
width: 45%;
}
.sac {
width: 55%;
}
hr {
display: none;
}
}