Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Website logon on phone – 2

  • #6727
    Avatar photo[anonymous]

    Hello,

    I’m sorry to open a new topic on the same subject, but the given solution works perfectly on smartphone but on computer, the logo is very very small.

    Is there a way to adapt the logo size to the device?

    Thanks in advance.

    #6730
    Avatar photo[anonymous]

    Hi,

    Try this:

    header img {
        max-width: 30vw;
        height: auto;
        max-height: 6rem;
    }
    

    Bonne chance.

    #6732
    Avatar photo[anonymous]

    Hello,

    It seems to be good, either on smartphone and on computer.
    Thanks for your help.