You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @charset "UTF-8";
-
- figure {
- max-width: 100%;
- margin: calc(1.5% + 20px) 0;
-
- figcaption {
- font-size: 18px;
- line-height: 1.2;
- margin-top: 12px;
-
- @media(max-width: 1199px) {
- font-size: 16px;
- }
- }
- }
-
- .highcharts-figure {
- margin: calc(2.5% + 30px) 0;
- }
|