Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- @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;
- }
|