···11151115 .content {
11161116 padding-left: 50px; /* Match the sidebar width on small screens */
11171117 }
11181118+11191119+ /* Hide green dot indicators on mobile to prevent text overlap */
11201120+ .timeline-year::after,
11211121+ .timeline-month::after {
11221122+ display: none;
11231123+ }
11241124+11251125+ /* Also hide the connecting line on mobile */
11261126+ .timeline-year::before,
11271127+ .timeline-month::before {
11281128+ display: none;
11291129+ }
11181130 }
11191131 </style>
11201132</head>