From de286bfa361adb62b6df4bf811f342e6c601594d Mon Sep 17 00:00:00 2001 From: rizaldy Date: Sat, 15 Jun 2024 15:54:42 +0700 Subject: [PATCH] feat: adjust responsive thing --- assets/css/flo.css | 12 ++++++++++++ src/_includes/layouts/flo.liquid | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/css/flo.css b/assets/css/flo.css index a51b3c7..3cac5f7 100644 --- a/assets/css/flo.css +++ b/assets/css/flo.css @@ -49,11 +49,16 @@ width: 100%; } +.c-navbar__left { + padding-bottom: 1rem; +} + .c-navbar__wrapper { display: flex; align-items: center; justify-content: space-between; flex-direction: column; + padding-bottom: 2rem; } .c-navbar h2 { @@ -132,6 +137,7 @@ } .c-button--cta-navbar { + display: none; color: #ffffff; background-color: var(--primary-color); padding: 10px 20px; @@ -370,13 +376,19 @@ background-color: #eee; } + .c-navbar__left { + padding-bottom: 0; + } + .c-navbar__wrapper { margin-top: 0; flex-direction: row; + padding-bottom: 0; } .c-button--cta-navbar { margin: 0; + display: block; } .c-navbar li { diff --git a/src/_includes/layouts/flo.liquid b/src/_includes/layouts/flo.liquid index 2e71794..f6fda28 100644 --- a/src/_includes/layouts/flo.liquid +++ b/src/_includes/layouts/flo.liquid @@ -12,7 +12,7 @@ - +