remove borders

This commit is contained in:
Corban-Lee Jones 2024-09-14 20:12:31 +01:00
parent 2b6546bd76
commit 221ea5cc79
2 changed files with 3 additions and 3 deletions

View File

@ -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>&copy; 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">

View File

@ -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">