mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 20:08:23 +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>
|
||||
<body class="d-flex flex-column min-vh-100 bg-light">
|
||||
<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">
|
||||
<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">
|
||||
|
@ -133,7 +133,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</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">
|
||||
<span class="text-muted">© {{ 'now' | date('Y') }} <strong>{{ company_name }}</strong>. All rights reserved.</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue