feat: introduce core e-learning frontend pages and components for dashboard, profile, classroom, and layout.

This commit is contained in:
supalerk-ar66 2026-02-09 10:37:42 +07:00
parent 3f93dc8ab5
commit eb248f7ca2
12 changed files with 137 additions and 135 deletions

View file

@ -660,6 +660,19 @@ ul {
width: 100%;
}
/* Page Container for consistent layout across dashboard/browse pages */
.page-container {
max-width: 1280px; /* max-7xl equivalent roughly */
margin: 0 auto;
padding: 2rem 1.5rem;
}
@media (min-width: 1024px) {
.page-container {
padding: 3rem 2rem;
}
}
/* ===========================
Responsive Helpers
=========================== */