improve text placement in buttons and text inputs on non-apple devices

This commit is contained in:
2026-07-05 02:23:03 +02:00
parent 0e239d06d8
commit 8ebd17c99c
9 changed files with 38 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export const PageSectionNavigationBlock = ({
return (
<li key={anchor}>
<a href={`#${anchor}`} className="button">
{section.title}
<span>{section.title}</span>
</a>
</li>
);