chore: format code and improve readability in README, index.php, and navbar snippet
This commit is contained in:
+125
-67
File diff suppressed because one or more lines are too long
@@ -17,7 +17,8 @@
|
||||
<div class="prose prose-invert">
|
||||
<h2 class="text-4xl font-bold text-sf_blau-500 mb-6"><?= $page->title() ?></h2>
|
||||
<p class="text-lg text-white">
|
||||
Ihr Text kommt hier. Lorem ipsum dolor sit amet, consectetur
|
||||
Ihr Text kommt hier. Lorem ipsum dolor sit amet,
|
||||
consectetur
|
||||
adipiscing elit.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
+267
-159
File diff suppressed because one or more lines are too long
@@ -24,8 +24,6 @@
|
||||
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
|
||||
<?php snippet('navbar') ?>
|
||||
|
||||
<?php snippet('hero') ?>
|
||||
|
||||
<?= js('assets/js/navbar.js') ?>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user