Course home page styling with bootstrap.

Updates the new bootstrap course home page to match the old course home page.
This commit is contained in:
Harry Rein
2017-10-25 10:12:10 -04:00
parent c3216acd55
commit d4e93fc655
13 changed files with 84 additions and 40 deletions

View File

@@ -39,7 +39,7 @@
.course-header {
@include float(left);
@include margin($baseline, 0, 0, $baseline);
@include margin($baseline*1.25, 0, 0, $baseline);
font-size: $font-size-lg;
color: theme-color("dark");
@@ -319,6 +319,7 @@
.mobile-nav-link {
position: static;
transform: none;
padding: 0;
a {
font-size: $font-size-base;