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.
 
 
 
 

21 regels
282 B

  1. @charset "UTF-8";
  2. figure {
  3. max-width: 100%;
  4. margin: calc(1.5% + 20px) 0;
  5. figcaption {
  6. font-size: 18px;
  7. line-height: 1.2;
  8. margin-top: 12px;
  9. @media(max-width: 1199px) {
  10. font-size: 16px;
  11. }
  12. }
  13. }
  14. .highcharts-figure {
  15. margin: calc(2.5% + 30px) 0;
  16. }