Added Doctype ??

This was missing??
This commit is contained in:
Corban-Lee Jones 2024-04-26 01:07:35 +01:00
parent aa5a75e58a
commit 964323eb8a

View File

@ -1,4 +1,5 @@
{% load static %}
<!DOCTYPE html>
<html>
<head>
@ -19,7 +20,7 @@
{% block stylesheets %}{% endblock stylesheets %}
</head>
<body data-bs-theme="light" class="bg-body bg-gradient">
<body data-bs-theme="light" class="bg-body bg-gradient vh-100">
<div class="h-100 d-flex flex-column align-items-stretch flex-nowrap" style="background-image: url('/static/images/background-texture.webp'); background-size: cover;">
{% include 'includes/navbar.html' %}