mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 22:52:21 +08:00
Previously used right: max(1.5rem, calc(50vw - 700px + 0.5rem)) which caused the button to overlap content at certain viewport widths. Switch to left: 50% with margin-left: -2rem to keep it centered relative to the viewport without interfering with sidebar or content layout. Co-Authored-By: Claude <noreply@anthropic.com>