diff --git a/example/src/Provider/provider.css b/example/src/Provider/provider.css index 8bb8ebf2..aa719acc 100644 --- a/example/src/Provider/provider.css +++ b/example/src/Provider/provider.css @@ -1,14 +1,12 @@ .providerflow { + flex-direction: column; display: flex; height: 100%; } .providerflow aside { - width: 20%; - max-width: 250px; - flex-grow: 1; border-right: 1px solid #eee; - padding: 10px; + padding: 15px 10px; font-size: 12px; background: #fcfcfc; } @@ -33,4 +31,15 @@ .providerflow .selectall { margin-top: 10px; +} + +@media screen and (min-width: 768px) { + .providerflow { + flex-direction: row; + } + + .providerflow aside { + width: 20%; + max-width: 250px; + } } \ No newline at end of file