make nav responsive and fix styling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user