remove borders
This commit is contained in:
parent
2b6546bd76
commit
221ea5cc79
@ -1,11 +1,11 @@
|
||||
<div class="px-0">
|
||||
<footer class="border border-bottom-0 bg-body-secondary px-4 py-3 d-flex flex-wrap justify-content-between align-items-center text-body-secondary">
|
||||
<footer class="border-top bg-body-secondary px-4 py-3 d-flex flex-wrap justify-content-between align-items-center text-body-secondary">
|
||||
<div class="col-md-4 d-flex align-items-center">
|
||||
<span>© 2024 PYRSS</span>
|
||||
</div>
|
||||
<ul class="nav col-md-4 d-flex justify-content-end list-unstyled">
|
||||
<li class="ms-3">
|
||||
<button type="button" class="btn btn-link text-reset" onclick="$.notify('This is a test notification, how does it look?', 'bootstrap')">Test Notify</button>
|
||||
<button type="button" class="btn btn-link text-body p-0 text-decoration-none" onclick="$.notify('This is a test notification, how does it look?', 'bootstrap')">- Test Notify -</button>
|
||||
</li>
|
||||
<li class="ms-3">
|
||||
<a href="https://gitea.cor.bz/corbz/PYRSS-Website" class="text-reset" target="_blank">
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
|
||||
<div class="px-0">
|
||||
<div class="navbar navbar-expand-lg bg-body-secondary border-start border-end border-bottom">
|
||||
<div class="navbar navbar-expand-lg bg-body-secondary border-bottom">
|
||||
<div class="container-fluid">
|
||||
<a href="/" class="navbar-brand">
|
||||
<img src="{% static '/images/pyrss_logo.webp' %}" alt="Logo" width="50" class="d-inline-block">
|
||||
|
Loading…
x
Reference in New Issue
Block a user