Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Issues with landscape logos and header containers #67

Description

@Feng-Shui

The current header layout has issues with SVG logo scaling.

When a large site name or slogan appears in the middle of the header, this can compress the logo container to the left and make the logo render very small. The solution to this was to add an inline style attribute that set a min-width on the logo's container

This was an ugly solution because a landscape logo may need to be bigger that the mobile viewport on desktop at which point the min-width rule caused the logo container to extend beyond the viewport.

I've attempted to resolve this using flexbox, PR to come.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions