DeepL templates and tasks for the same.

This commit is contained in:
Norm Rasmussen
2025-12-17 16:55:47 -05:00
parent 7741634b94
commit 7340726f9b
12 changed files with 181 additions and 52 deletions

View File

@ -181,6 +181,7 @@ section {
font-size: 14px;
font-weight: 400;
margin-bottom: 20px;
align-items: center;
}
.course-lessons {
padding-right: 5px;
@ -189,6 +190,20 @@ section {
.course-time {
padding-left: 5px;
}
.sl-card-ribbon {
background: #FFE769;
color: #0F2B46;
font-size: 16px;
font-weight: 400;
line-height: 14px;
padding: 7px 12px;
position: absolute;
right: 8px;
border-radius: 4px;
top: 8px;
}
.slick-track {
display: flex !important;
}