Skip to content

Commit

Permalink
Preserve the shape of logo on mobile screens (wintercg#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed May 10, 2022
1 parent 4fd17df commit 71ae1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function Layout(props) {
function Header() {
return (
<section class="flex items-center gap-6">
<a href="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/">
<a class="flex-shrink-0" href="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/">
<img src="/static/logo.svg" alt="wintercg logo" class="w-24 h-24" />
</a>
<a href="/" class="block space-y-1">
Expand Down

0 comments on commit 71ae1e7

Please sign in to comment.