richie-education 3.1.3-dev28 → 3.1.3-dev30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,7 @@
70
70
  & .product-widget__header-main {
71
71
  display: flex;
72
72
  justify-content: center;
73
+ text-align: center;
73
74
  }
74
75
 
75
76
  & .product-widget__title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-education",
3
- "version": "3.1.3-dev28",
3
+ "version": "3.1.3-dev30",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {
@@ -399,6 +399,7 @@ $course-glimpse-content-padding-sides: 0.7rem !default;
399
399
  .offer_prices {
400
400
  display: flex;
401
401
  flex-direction: column;
402
+ align-items: flex-end;
402
403
  }
403
404
 
404
405
  .offer__price {