diff --git a/demo/demo.md b/demo/demo.md index 336678b..c7ee5bb 100644 --- a/demo/demo.md +++ b/demo/demo.md @@ -221,12 +221,24 @@ The following illustrates a cancellation of international flight with stopovers The `auro-flightline` element is reactive to its parent container's `width` value versus a `@media` query based on the device `width`. This allows for greater control over the shape of the element when in constrained spaces. -The default container query is a min-width of `414px`. This value can be edited using the `cq` attribute. +The default container query is a min-width of `320px`, or `var(--auro-grid-breakpoint-xs)`. -The first example illustrates a `auro-flightline` element with a container width of `400px`. The next `auro-flightline` element is within a container set at `100%` for context. Notice when the 100% container reaches a width of < `414px`, the container query switches the UI. The last example illustrates a `auro-flightline` element with a redefined `cq` value of `500px` and a container width of `75%`. Resize the screen to see it switch between a summarized and expanded view when its width reaches `500px`. +The first example illustrates a `auro-flightline` element with a container width of `300px`. The next `auro-flightline` element is within a container set at `100%` for context. Notice when the container reaches a width of < `320px`, the container query switches the UI. + +
- + @@ -246,7 +258,7 @@ The first example illustrates a `auro-flightline` element with a container width
- + @@ -259,7 +271,7 @@ The first example illustrates a `auro-flightline` element with a container width See code ```html - + @@ -275,7 +287,7 @@ The first example illustrates a `auro-flightline` element with a container width - + diff --git a/demo/index.html b/demo/index.html index 8a4420d..01d1323 100644 --- a/demo/index.html +++ b/demo/index.html @@ -17,7 +17,7 @@