This commit is contained in:
Juhn-Vitus Saß
2025-03-08 11:38:03 +01:00
parent f441406a18
commit 4fc19cafc7
3 changed files with 2 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'homepage/base.html' %}
{% block content %}
<div class="absolute grid place-content-center md:h-screen h-150 w-full -z-50 top-0 p-4">
<div class="grid place-content-center md:h-screen h-150 w-full -z-50 top-0 p-4">
<div class="text-center">
<h2 class="font-bold md:text-8xl text-6xl md:mb-8 text-blue-600">qivip</h2>
<h3 class="italic font-extralight sm:text-2xl text-md">Interaktives Lernen neu definiert.</h3>

View File

@@ -1,4 +1,4 @@
<div class="absolute bottom-0 sticky grid place-content-center gap-2 w-full">
<div class="grid place-content-center gap-2 w-full mt-4">
<div class="flex space-x-2 pb-4">
<p class="text-sm font-extralight"><a href="#">Impressum</a></p>
<p class="text-sm font-extralight"><a href="#">Datenschutz</a></p>