make nav responsive and fix styling

This commit is contained in:
Tobias Hilfiker
2022-12-22 20:04:03 +01:00
parent a6067fc0e2
commit 644671d1ab
8 changed files with 75 additions and 18 deletions

View File

@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html lang="de">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rules</title>
<meta charset="UTF-8"/>
<link rel="icon" type="image/png" href="/curling_logo.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Curling E-Portfolio</title>
</head>
<body class="bg-primary flex flex-col min-h-screen">
@@ -12,7 +14,7 @@
<h1 class="flex justify-center">Regeln</h1>
<div class="h-full grid grid-cols-3 gap-0.5 content-start p-16">
<div class="h-full grid grid-cols-1 md:grid-cols-3 gap-0.5 content-start p-16">
{{> ruleitem
image="/rules/fgz.svg"
imageAlt="Free Guard Zone"