From 9ce14bf243a45c6755bf93954f170f7c6d553d2b Mon Sep 17 00:00:00 2001 From: Jorge Marcos Date: Mon, 18 Apr 2022 21:40:33 +0200 Subject: [PATCH] responsive layout on narrow screens --- examples/index.html | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/examples/index.html b/examples/index.html index b3d5578..948457a 100644 --- a/examples/index.html +++ b/examples/index.html @@ -17,15 +17,8 @@ min-height: 100vh; } - #header { - display: flex; - align-items: center; - justify-content: space-between; - padding-top: 2rem; - } - #tabular-card-menu { - flex: 1 + flex: 1; } h1 { @@ -62,8 +55,7 @@ essentia.js examples -