mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user