Skip to content
Tycho de Waard edited this page Jun 20, 2018 · 1 revision

You can change the logo size in: src - scss - components - _nav.scss

If you like the logo to have a width of 125 px, you can change the snippet to a[id*="dnnLOGO"] { padding:1rem; img { height:45px; max-height:100%; width:125px; max-width:100%; }