Skip to content

Commit

Permalink
πŸ’„(edulib) fix alignment problem with course glimpse footer
Browse files Browse the repository at this point in the history
course glimpse footer isn't centered anymore for some reason.
Attempt to fix.
  • Loading branch information
2018D committed Jan 14, 2020
1 parent be8a265 commit b2e0fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/scss/objects/_course_glimpses.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $richie-course-glimpse-foot-date-textalign: center !default;
$richie-course-glimpse-foot-date-background: null !default;

$richie-course-glimpse-foot-cta-width: 45% !default;
$richie-course-glimpse-foot-cta-padding: 0.3rem 0.5rem !default;
$richie-course-glimpse-foot-cta-padding: 1rem 0.5rem !default;
$richie-course-glimpse-foot-cta-fontsize: 0.9rem !default;
$richie-course-glimpse-foot-cta-fontweight: bold !default;
$richie-course-glimpse-foot-cta-fontcolor: $white !default;
Expand Down Expand Up @@ -211,6 +211,7 @@ $richie-course-glimpse-foot-cta-background-hover: $edulib5 !default;
// A little specific makeup onto footer elements
&__footer {
display: flex;
align-items: center;
border-top: $richie-course-glimpse-foot-border;

&__date {
Expand Down

0 comments on commit b2e0fe6

Please sign in to comment.