mysticbooze

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to make the logo appear bigger #131498
    mysticbooze
    Participant

    Hey Ricky!

    If you right click on the logo, and then choose inspector, this will bring up devtools and will allow you to see what css file to put it in, but essentially you should be able to hit enter twice below the last line of code, and then paste it there.

    It may even be feasible to add !important to it, to assure that this style sticks…. so the code would be more like:

    body .identity {
    height: auto !important;
    }

Viewing 1 post (of 1 total)