From ba6a65c66d3c8d63d09e2eef6be4868285846635 Mon Sep 17 00:00:00 2001 From: Tuan Fazid Samoon <90629392+FazidSamoon@users.noreply.github.com> Date: Thu, 12 May 2022 23:32:47 +0530 Subject: [PATCH 1/3] Sidenav expansion (#26) --- src/App.js | 2 +- src/components/layout/footer.js | 1 + src/components/layout/sideNav.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 6c13c77..20d5ffb 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,7 @@ import ExplorerContent from "components/explorerContent"; class App extends Component { render() { return ( -
{state.usage.length ? ({state.usage} diff --git a/tailwind.config.js b/tailwind.config.js index 7e0ca6a..e6e7185 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,6 +6,9 @@ module.exports = { colors: { blue: { primary: "#00183A", light: "#B9E6FF", bg: "#EAFBFF" }, }, + minHeight: { + 36: "9rem" + }, }, },