From 67d2ef779b8058df15a92459401c0848b8883e44 Mon Sep 17 00:00:00 2001 From: Stefan Prosiegel Date: Tue, 1 Jan 2019 16:56:22 +0100 Subject: [PATCH] Fix docs: level-element can also have horizontal layout on mobile --- docs/documentation/overview/responsiveness.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index 834a5f17..61fbcd70 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -35,7 +35,7 @@ $fullhd-enabled: false
  • the level component will show its children stacked vertically
  • the nav menu will be hidden
  • -

    You can however enforce the horizontal layout for both columns or nav by appending the is-mobile modifier.

    +

    You can however enforce the horizontal layout for both columns or level by appending the is-mobile modifier.

    {% include elements/anchor.html name="Breakpoints" %}