Doordash back up. Anthology academy small changes.

This commit is contained in:
Norm Rasmussen
2025-03-24 17:02:18 -04:00
parent 7640e4cca9
commit c17661458a
98 changed files with 2577 additions and 168 deletions

View File

@ -235,6 +235,40 @@
.product-filter-container{
margin: 0;
}
.course-card-wrapper.col-lg-4,
.course-card-wrapper.col-sm-6 {
max-width: 100% !important;
padding: 0 !important;
}
.row.np-stretch-content {
display: grid !important;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
gap: 30px;
}
@media only screen and (max-width: 1100px) {
.row.np-stretch-content {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
}
@media only screen and (max-width: 900px) {
.row.np-stretch-content {
grid-template-columns: minmax(0, 1fr);
}
}
@media only screen and (max-width: 768px) {
.row.np-stretch-content {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
}
@media only screen and (max-width: 600px) {
.row.np-stretch-content {
grid-template-columns: minmax(0, 1fr);
}
}
@media screen and (min-width: 768px){
.np-dashboard{
@ -263,7 +297,7 @@
.dashboard-courses-index{
margin: 0;
margin-left: -10px;
/* margin-left: -10px; */
}
}
</style>