I’d like my vaadin app to have same default size as if I zoom to 80% in the browser.
I see that Vaadin sets everything in ‘rem’, so I thought I should be able to get this with:
html {
font-size: 80%;
}
but I see no effect. Shouldn’t this work?
I’d like my vaadin app to have same default size as if I zoom to 80% in the browser.
I see that Vaadin sets everything in ‘rem’, so I thought I should be able to get this with:
html {
font-size: 80%;
}
but I see no effect. Shouldn’t this work?
Forget I said anything. It does work.