A
A
advertise2017-10-13 22:41:28
JavaScript
advertise, 2017-10-13 22:41:28

How to make the numbers in the flipclock.js counter in Safari decrease?

There is a counter script flipcklock.js It adaptively decreases on different devices
CSS Code:
.clock
zoom: 0.8
But in Safari for some reason the dial itself decreases, but the numbers do not. They remain the same. How to reduce the numbers themselves?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
advertise, 2017-10-14
@advertise

I'll answer my own question myself :)
I set the size of the numbers not in pixels, but in em. The result is this code (I'm using SASS):
.flip-clock-wrapper ul li a div div.inn
font-size: 1em

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question