[FIX] Missing DOCTYPE and padding

This commit is contained in:
Peter Pfeufer 2022-08-05 19:51:50 +02:00
parent 1072c00a28
commit 11855f0b54
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -1,4 +1,5 @@
{% load static %} {% load static %}
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
@ -31,6 +32,7 @@
.panel-transparent { .panel-transparent {
background: rgba(48, 48, 48, 0.7); background: rgba(48, 48, 48, 0.7);
color: #ffffff; color: #ffffff;
padding-bottom: 21px;
} }
.panel-body { .panel-body {