You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%; }