Compare commits

..

No commits in common. "e7494c2ffc0f5f27a1538710946d7d6791b8c186" and "371f344490804fe980c6474843cfd0d131b0c12f" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -67,11 +67,11 @@ body {
}
}
@media(max-width:48em){
.masthead-brand{display:none}
.masthead-brand {
margin-bottom: 0;
}
.masthead-brand a img {
.masthead-brand img {
width: 12rem;
}

View File

@ -21,7 +21,7 @@
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<h3 class="masthead-brand float-md-start mb-0"><a href="{{ heading.link }}"><img src="https://c0defox.es/paw-tail.svg" /></a></h3>
<h3 class="masthead-brand float-md-start mb-0"><a href="{{ heading.link }}"><img style="width: 12rem" src="https://c0defox.es/paw-tail.svg" /></a></h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" href="{{ heading.link }}"><i class="bi bi-house-door-fill"></i> Home</a>

View File

@ -27,8 +27,6 @@ DEBUG = True
ALLOWED_HOSTS = []
if DEBUG:
ALLOWED_HOSTS.append("*")
# Application definition