Increase SAC width to 55%
This commit is contained in:
parent
8e96d3834d
commit
6ef15c73e0
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue