From f1b29df00934a76f854bb88aa8c441ce5c79169a Mon Sep 17 00:00:00 2001 From: Nakul Kaul <118892662+NakulKaul644@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:33:04 +0530 Subject: [PATCH] Improve layout consistency and logo alignment (layout.pug) * Adjusted top and bottom margins for consistent card spacing: - Removed unnecessary top margin (-15px) on cards. - Added 10px bottom margin to Logo Card for alignment with other cards. * Optimized Logo size for better block card alignment: - Reduced Logo height from 128px to 96px for proper vertical positioning. These changes ensure a more uniform and visually appealing layout across all card components. --- views/layout.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index f2afd65..867bc19 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -350,7 +350,7 @@ html(lang='en') return '
Market Cap (USD)
'; } function getLogoPanel() { - return `${`; + return `${`; } function getSpacerPanel() { return `
`; @@ -1448,4 +1448,4 @@ html(lang='en') .col-4.navbar-nav ui.nav.justify-content-end label#lblBlockcount.badge.nav-link.border-0.float-end - label#lblConnections.badge.nav-link.border-0.float-end \ No newline at end of file + label#lblConnections.badge.nav-link.border-0.float-end