Hello I'm on a reseller account. I have created an SVG logo but the css from /frontend/paper_lantern/_assets/css/master-ltr.cmb.min.css
has the rule :
img.navbar-brand-logo[src*="logo.svg"] {
This makes my svg logo real small.
If I change this to 50px it looks much better.
How could I create an overwrite to this rule without having acces to these files?
has the rule :
img.navbar-brand-logo[src*="logo.svg"] {
- height: 20px;
This makes my svg logo real small.
If I change this to 50px it looks much better.
How could I create an overwrite to this rule without having acces to these files?