Skip to content

Commit 862902e

Browse files
committed
Sort Tailwind classes
1 parent c8735ca commit 862902e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div id="header-logo" class="lg:container lg:mx-auto px-4 py-2">
1111
<div class="flex items-center flex-no-shrink pt-1">
1212
<a href="/" class="flex items-center">
13-
<span class="pr-2 font-normal font-normal leading-none text-3xl text-indigo-900 hidden sm:block">
13+
<span class="pr-2 font-normal leading-none text-3xl text-indigo-900 hidden sm:block">
1414
<img class="fill-current h-8 mr-2" src="/dist/images/php-flasher-logo.svg" />
1515
<sup class="text-xs relative text-grey-dark" style="top: -20px;">{{ site.data.project.version }}</sup>
1616
</span>

0 commit comments

Comments
 (0)