mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-27 04:48:26 +02:00
Some small other fixes to the cp front page
This commit is contained in:
parent
169f466c44
commit
17638c73b2
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="d-flex flex-column min-vh-100 bg-light">
|
<body class="d-flex flex-column min-vh-100 bg-light">
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-lg h-100 navbar-light bg-light border-bottom shadow-sm">
|
<nav class="navbar navbar-expand-lg h-100 navbar-light bg-white border-bottom shadow-sm">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="."><img src="{{ logoPath }}" width="100" /></a>
|
<a class="navbar-brand" href="."><img src="{{ logoPath }}" width="100" /></a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="footer bg-light border-top shadow-sm py-3">
|
<footer class="footer bg-white border-top shadow-sm py-3">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="text-muted">© {{ 'now' | date('Y') }} <strong>{{ company_name }}</strong>. All rights reserved.</span>
|
<span class="text-muted">© {{ 'now' | date('Y') }} <strong>{{ company_name }}</strong>. All rights reserved.</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue