Match icon media query breakpoint to sidenote breakpoint (760px)

- Change icon hiding from max-width: 1024px to max-width: 760px
- Icons now hide at same breakpoint where sidenotes get reorganized
- Maintains consistent responsive behavior with Tufte CSS framework

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-18 14:57:15 -04:00
parent 6a34a87caa
commit 19b74e503a
+1 -1
View File
@@ -608,7 +608,7 @@
if (!window.articleIconStylesAdded) {
const style = document.createElement('style');
style.textContent = `
@media (max-width: 1024px) {
@media (max-width: 760px) {
.article-link-icon,
.article-link-icon.fallback {
display: none !important;