Close

Progress Report Of Development Activities In Sepahijala District

Sepahijala District Vision Document 2047 

/* Container + grid */ .page-cards { max-width: 1100px; margin: 0 auto; padding: 18px; box-sizing: border-box; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; } .page-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } /* Card styles */ .page-card { display: block; text-decoration: none; background: #ffffff; border: 1px solid #e6e6e6; border-radius: 10px; padding: 16px; box-shadow: 0 4px 10px rgba(14,20,30,0.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; color: inherit; } .page-card:hover, .page-card:focus { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(14,20,30,0.08); border-color: #d0d7ff; outline: none; } /* Card content */ .page-card__title { font-size: 16px; font-weight: 600; margin: 0 0 6px 0; line-height: 1.25; } .page-card__meta { font-size: 13px; color: #55606a; margin: 0; } /* small icon at right */ .page-card__icon { float: right; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; margin-left: 8px; } /* responsive */ @media (max-width: 900px) { .page-cards__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { .page-cards__grid { grid-template-columns: 1fr; } .page-card__icon { display: none; } }

Related Departments & Pages