Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ <h2>Why there are no logos on this site</h2>
<footer>
<span class="sc">TinyStudio · tinystudio.io</span>
<span class="sc">No revenue, ranking or booking guarantees. Only the work.</span>
<span class="sc">Nish's daily reads · <a href="https://inish.in/">inish.in</a></span>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve a 44px touch target for the new footer link

At mobile widths up to 760px, this new inline anchor has only its roughly 13px text box as a hit area: public/index.css stacks the footer but provides no footer a padding, unlike the mobile footer rules used elsewhere. This regresses the site's established 44px mobile touch-target behavior specifically on the homepage, so the link needs an equivalent padded hit area.

Useful? React with 👍 / 👎.

</footer>
</div>

Expand Down
Loading