We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293b2da commit 9dc7408Copy full SHA for 9dc7408
2 files changed
resources/views/components/year-nav.blade.php
@@ -1,6 +1,6 @@
1
@props(['year', 'years', 'location'])
2
3
-<div id="year_nav" class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
+<div id="year_nav" class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight py-3 md:py-4">
4
<ul>
5
@foreach ($years as $yearN)
6
<li><a @class(['active'=> $year == $yearN]) href="{{ route($location.'.year', ['year' => $yearN])
resources/views/layouts/app.blade.php
@@ -25,7 +25,7 @@
25
<!-- Page Heading -->
26
@if (isset($header))
27
<header class="bg-white dark:bg-gray-800 shadow print:hidden">
28
- <div class="max-w-7xl mx-auto py-5 px-4 sm:px-6 lg:px-8">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
29
{{ $header }}
30
</div>
31
</header>
0 commit comments