Courses
No results were found
/* ✦ Make content area wider */
.lesson-content {
max-width: 900px !important;
margin: auto !important;
}
/* ✦ Premium typography */
.lesson-content h2, .lesson-content h3 {
font-weight: 700 !important;
letter-spacing: -0.5px !important;
}
/* ✦ Beautify progress sidebar */
.course-player__sidebar {
background: #fafafa !important;
}
/* ✦ Premium button style */
.btn-primary {
border-radius: 6px !important;
padding: 14px 28px !important;
font-weight: 600 !important;
}