responsive /lag

v2
Thibault Duplessis 2019-05-01 08:28:47 +07:00
parent 561cb2c45b
commit d30ddd35b8
2 changed files with 8 additions and 2 deletions

View File

@ -81,8 +81,6 @@ $(function() {
var buildChart = function(opt) {
return {
chart: {
width: 350,
height: 350,
type: 'gauge',
plotBackgroundColor: null,
plotBackgroundImage: null,

View File

@ -17,6 +17,14 @@
align-items: center;
text-align: justify;
}
.meter {
width: 300px;
height: 300px;
@include breakpoint($mq-xx-small) {
width: 350px;
height: 350px;
}
}
p {
margin: 1em 0;
}