I’m trying to change the size of the logo in the top left using css and make it bigger.
However I don’t know the correct css selector/class. I’ve used inspect element to try to find out what class defines the logo size. Tried .logo etc and it makes no change to the size of the logo.
Thanks
]]>.navbar .navbar-brand img {
max-height: 50px;
}
]]>