We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4cb60 commit ea0b1f4Copy full SHA for ea0b1f4
src/includes/header.njk
@@ -46,7 +46,7 @@
46
class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-between"
47
>
48
<div class="flex-shrink-0">
49
- <a href="{{ '/' | url }}" class="flex lg:hidden w-auto">
+ <a href="{{ '/' | url }}" class="flex sm:hidden w-auto">
50
<img
51
class="h-8"
52
src="{{ '/jsmn-logo.svg' | url }}"
@@ -55,7 +55,7 @@
55
</a>
56
<a
57
href="{{ '/' | url }}"
58
- class="hidden lg:flex items-center w-auto"
+ class="hidden sm:flex items-center w-auto"
59
60
61
class="h-8 block"
0 commit comments