Skip to content
  • Carsten Gräser's avatar
    [bugfix] Fix scaling of caroussel images · 626175bd
    Carsten Gräser authored
    Browsers seem to expect a space between operators and numbers
    in css calc() expresions. The firefox inspector shows an error
    for calc(100% -2ex) while calc(100% - 2ex) is accepted and works
    as expected.
    626175bd