Skip to content

Commit 1cba800

Browse files
committed
Small bug and style fixes
1 parent 90e3d90 commit 1cba800

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

front/src/styles/modules.scss

+6
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@
228228
margin-bottom: $space-normal;
229229
font-size: 0.8rem;
230230
}
231+
232+
@include desktop() {
233+
.course {
234+
flex: 1;
235+
}
236+
}
231237
}
232238

233239
@include tablet() {

front/src/styles/shame.scss

+14
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,17 @@ a[href="#"] {
343343
color: initial;
344344
}
345345
}
346+
347+
348+
.course-sidebar + .column .fixed-card {
349+
margin-bottom: 1rem;
350+
}
351+
352+
.creativecommons-certificate .breadcrumbs .breadcrumb_last {
353+
color: #9c9c9c;
354+
}
355+
356+
.single.single-cc_course .main-content .entry-page-content {
357+
padding-top: 0;
358+
padding-bottom: 3rem;
359+
}

0 commit comments

Comments
 (0)