Closed AzzyDreamer closed 2 months ago
You can experiment with the CSS transform: scale(123%)
property in theme.css
. Note that some animations change the scaling too.
Thanks, that worked. But I also came across another issue with scaling
That probably has to do with the transform-origin
property, which is currently set to left
. In this case, it should be top left
.
Thanks again, everything is fine now
Hi. I was wondering if there is any way of increasing the resolution via config.toml or theme.css?
Thanks in advance.