From 2887017d1268a5b4296bb1b2c7e36187746fd43b Mon Sep 17 00:00:00 2001 From: dstrukt Date: Fri, 27 Aug 2021 21:15:59 -0700 Subject: [PATCH] updates line-height, removes sm-table hack --- BTCPayServer/wwwroot/main/site.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 669bf9ac1..7c1c86299 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -8,12 +8,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600; } -/*.table, -.table-sm { - width: calc(100% + 1rem); - margin: 1.5rem -.5rem; -}*/ - .logo { height: 32px; } @@ -101,6 +95,7 @@ h2 small .fa-question-circle-o { border-left: 2px solid transparent; padding: .2rem 1rem; font-weight: var(--btcpay-font-weight-semibold); + line-height: 1.5rem; } #sideNav .nav-link.active,