I'm using a default install with the Quark theme.
I'd like to make the logo (a .jpg file) at the top of the screen larger.
I've tried editing grav/user/themes/quark/scss/theme/_header.scss. Here, I found the .logo height parameter set to 43px. I changed it to 100px, but it doesn't make any difference.
I also found grav/user/themes/quark/scss/theme/_variables.scss, which has $header-height-large and $header-height-small variables. I increased those as well, but again to no effect.
When testing, I'm testing on a separate VM where the browsers are configured to auto clear all cache, etc. when I quit them. So I don't think this is a caching problem.
I just don't know what else to alter. How do I change the logo size? These seem like they'd be the relevant settings.
Thanks for your help!