Ministry of Health Public Updates on Dengue

Mental Health Frequently Asked Questions
// Disable 'teencarett.css' if present
const stylesheets = document.querySelectorAll('link[rel="stylesheet"]');
stylesheets.forEach(link => {
if (link.href.includes("teencarett.css")) {
link.disabled = true;
}
});
/* ========== GLOBAL STYLES ========== */
@media only screen and (max-width: 600px) {
.main-content {
padding: 0 5%;
}
}
html {
scroll-behavior: smooth;
