this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wip

+12
+12
index.html
··· 1115 1115 .content { 1116 1116 padding-left: 50px; /* Match the sidebar width on small screens */ 1117 1117 } 1118 + 1119 + /* Hide green dot indicators on mobile to prevent text overlap */ 1120 + .timeline-year::after, 1121 + .timeline-month::after { 1122 + display: none; 1123 + } 1124 + 1125 + /* Also hide the connecting line on mobile */ 1126 + .timeline-year::before, 1127 + .timeline-month::before { 1128 + display: none; 1129 + } 1118 1130 } 1119 1131 </style> 1120 1132 </head>