diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:53:06 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:53:06 +0700 |
commit | caf96e59dde0e981f707617fddf80858431cd0e2 (patch) | |
tree | 2b002bf491ab7ba6001e48e7a9c6df5e0179eeae /templates/layout | |
parent | 7b3e1fc002b380cf6353c336bd3f678deb60675b (diff) |
navbar now use px-4 and have "namatoko | __company__" as title
Diffstat (limited to 'templates/layout')
-rw-r--r-- | templates/layout/noleft | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout/noleft b/templates/layout/noleft index 6b9e714..265bce7 100644 --- a/templates/layout/noleft +++ b/templates/layout/noleft @@ -32,12 +32,12 @@ <body> <!-- Navbar --> <nav class="navbar navbar-light bg-light fixed-top"> - <div class="container d-flex justify-content-between"> + <div class="container d-flex justify-content-between px-4"> <a href="[area index]" class="navbar-brand d-flex align-items-center"> <!-- <img src="__IMAGE_DIR__/__LOGO__" width="30" height="30" class="rounded-circle d-inline-block align-top mr-2" alt=""> --> - Tokoku + Namatoko | __COMPANY__ </a> <div class="nav-item"> <a class="navbar-icon-link" href="[area ord/basket]"> |