no message

This commit is contained in:
A1300399510 2024-11-28 15:15:21 +08:00
parent 4be6dce8af
commit ebfdfca645
2 changed files with 7 additions and 0 deletions

View File

@ -780,6 +780,9 @@
margin-bottom: 20px; margin-bottom: 20px;
font-size: 14px; font-size: 14px;
} }
.content .details-box .course:last-of-type {
margin-bottom: 40px;
}
.content .details-box .course .icon { .content .details-box .course .icon {
position: absolute; position: absolute;
top: 0; top: 0;

View File

@ -892,6 +892,10 @@
padding-top: 19px; padding-top: 19px;
margin-bottom: 20px; margin-bottom: 20px;
&:last-of-type {
margin-bottom: 40px;
}
.icon { .icon {
position: absolute; position: absolute;
top: 0; top: 0;