Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Utilizing the Responsive API to manage container height #86

@cschroeter

Description

@cschroeter

Is there a way to use the responsive API to set the height of a container?
At the moment I manage the height of the container like this:

section {
  height: 680px;
  @include xs {
    height: 100vh;
  }
}
<section id="s1" fxLayoutAlign="center">
  <img src="../assets/logo.svg" alt="Logo">
</section>

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