wider screen

This commit is contained in:
Corban-Lee Jones 2024-09-13 15:12:11 +01:00
parent 1d5117614e
commit 651622095e
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
{% endblock stylesheets %}
{% block content %}
<div class="container-lg px-0 h-100">
<div class="px-0 h-100">
<div class="d-flex flex-nowrap h-100 border-start border-end">
<div class="d-flex flex-column bg-body-tertiary py-3 border-end" style="width: 4.5rem">
<ul id="serverList" class="nav nav-pills nav-flush flex-column mb-auto text-center">

View File

@ -1,4 +1,4 @@
<div class="container-lg px-0">
<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">
<div class="col-md-4 d-flex align-items-center">
<span>&copy; 2024 PYRSS</span>

View File

@ -1,8 +1,8 @@
{% load static %}
<div class="container-lg px-0">
<div class="px-0">
<div class="navbar navbar-expand-lg bg-body-secondary border-start border-end border-bottom">
<div class="container">
<div class="container-fluid">
<a href="/" class="navbar-brand">
<img src="{% static '/images/pyrss_logo.webp' %}" alt="Logo" width="50" class="d-inline-block">
</a>