From 17ca48c6dd8b5d4b35f7dfc1d0416504b8242f27 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Tue, 19 Oct 2021 14:50:42 +1100 Subject: [PATCH] yes --- views/layout.pug | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index 928a8dd..514d46c 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -14,14 +14,16 @@ html nav.navbar.navbar-expand-lg.navbar-dark.navbarrr.shadow-lg .container .logo - a.navbar-brand(href='/') - img(src="/CCashLogo3.png" style="width:75px; height:74px") - ul - li.nav-item(style="padding:5px;") - if alive - p.text-white Server is Online - if !alive - p(style="color: red;") Server is offline + .row + .col + a.navbar-brand(href='/') + img(src="/CCashLogo3.png" style="width:75px; height:74px") + .col + div.nav-item(style="padding:5px;") + if alive + p.text-white Server is Online + if !alive + p(style="color: red;") Server is offline button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbars', aria-controls='navbars', aria-expanded='false', aria-label='Toggle navigation') span.navbar-toggler-icon #navbars.collapse.navbar-collapse