From 6a474243489f413e208b7d6f6c2a1b059811f3f7 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 24 Feb 2019 15:45:49 -0500 Subject: [PATCH] minor ui tweaks --- views/includes/tools-card.pug | 2 +- views/index.pug | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/views/includes/tools-card.pug b/views/includes/tools-card.pug index 94ea5fe..fa08d2b 100644 --- a/views/includes/tools-card.pug +++ b/views/includes/tools-card.pug @@ -1,4 +1,4 @@ -div(class="card mb-3 shadow-sm") +div(class="card mb-4 shadow-sm") div(class="card-header") h2(class="h6 mb-0") Tools div(class="card-body") diff --git a/views/index.pug b/views/index.pug index 2b2660a..a5f479c 100644 --- a/views/index.pug +++ b/views/index.pug @@ -8,15 +8,15 @@ block content hr if (config.demoSite && session.hideHomepageBanner != "true") - div(class="alert alert-primary alert-dismissible shadow-sm", role="alert") + div(class="alert alert-primary alert-dismissible shadow-sm mb-4", role="alert") p strong #{coinConfig.siteTitle} span is - a(href="https://github.com/janoside/btc-rpc-explorer") open-source + a(href="https://github.com/janoside/btc-rpc-explorer", target="_blank") open-source span and easy to set up. It can communicate with your - a(href=coinConfig.nodeUrl) #{coinConfig.name} Full Node + a(href=coinConfig.nodeUrl, target="_blank") #{coinConfig.name} Full Node span via RPC. See the - a(href="https://github.com/janoside/btc-rpc-explorer") project description + a(href="https://github.com/janoside/btc-rpc-explorer", target="_blank") project description span for a list of features and instructions for running. div(class="clearfix") @@ -44,7 +44,7 @@ block content - div(class="card mb-3 shadow-sm") + div(class="card mb-4 shadow-sm") div(class="card-header") h2(class="h6 mb-0") Network Summary div(class="card-body") @@ -136,7 +136,7 @@ block content include includes/tools-card.pug if (latestBlocks) - div(class="card mb-3 shadow-sm") + div(class="card mb-4 shadow-sm") div(class="card-header") div(class="row") div(class="col") @@ -158,7 +158,7 @@ block content if (chainTxStats) - div(class="card mb-3 shadow-sm") + div(class="card mb-4 shadow-sm") div(class="card-header") div(class="row") div(class="col")