Ben Romijn

Results 2 issues of Ben Romijn

the part of the getStyle function `return getComputedStyle(el).getPropertyValue(prop);` returns an empty string and therefore the font isn't properly resized

While running the command: ``` docker run -dp 3000:3000 \ -w /app -v "$(pwd):/app" \ node:12-alpine \ sh -c "yarn install && yarn run dev" ``` the container starts and...