We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e3d90 commit 1cba800Copy full SHA for 1cba800
front/src/styles/modules.scss
@@ -228,6 +228,12 @@
228
margin-bottom: $space-normal;
229
font-size: 0.8rem;
230
}
231
+
232
+ @include desktop() {
233
+ .course {
234
+ flex: 1;
235
+ }
236
237
238
239
@include tablet() {
front/src/styles/shame.scss
@@ -343,3 +343,17 @@ a[href="#"] {
343
color: initial;
344
345
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