Skip to content

Update CSS styling so that ROOM view looks nice in portrait layout #2

@samueljon

Description

@samueljon

Branch: opinkerfi
One possibility is to your flexbox for flow and mediaquery to detect the layout. Inspiration here:

.element {
  @include breakpoint(landscape) {
    // CSS for landscape-oriented devices only
  }
  @include breakpoint(portrait) {
    // CSS for high-resolution displays only
  }
}

MeetEasier

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