feat: introduce core e-learning frontend pages and components for dashboard, profile, classroom, and layout.
This commit is contained in:
parent
3f93dc8ab5
commit
eb248f7ca2
12 changed files with 137 additions and 135 deletions
|
|
@ -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
|
||||
=========================== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue