We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11985d9 commit b5b373fCopy full SHA for b5b373f
.gitignore
@@ -1,4 +1,4 @@
1
node_modules
2
public
3
.DS_Store
4
-content/uno.css
+content/styles/uno.css
_layouts/base.liquid
@@ -45,7 +45,7 @@
45
<ul class="flex items-center m-0 font-grotesk font-medium text-textSecondary lowercase">
46
<li class="mr-6">
47
<a href="/">
48
- <img src="/images/logo.svg" width="64" height="64" class="m-0" alt="Andrew Branch">
+ <img src="/images/logo.svg" width="64" height="64" class="m-0 rounded" alt="Andrew Branch">
49
</a>
50
</li>
51
content/styles/uno.css
0 commit comments