Atom feed for our EEG site

wip

Changed files
+12
+12
index.html
···
.content {
padding-left: 50px; /* Match the sidebar width on small screens */
}
}
</style>
</head>
···
.content {
padding-left: 50px; /* Match the sidebar width on small screens */
}
+
+
/* Hide green dot indicators on mobile to prevent text overlap */
+
.timeline-year::after,
+
.timeline-month::after {
+
display: none;
+
}
+
+
/* Also hide the connecting line on mobile */
+
.timeline-year::before,
+
.timeline-month::before {
+
display: none;
+
}
}
</style>
</head>