diff --git a/src/views/teachers/landing/landing.jsx b/src/views/teachers/landing/landing.jsx index 6ac2cda44..a2957a7b9 100644 --- a/src/views/teachers/landing/landing.jsx +++ b/src/views/teachers/landing/landing.jsx @@ -63,36 +63,36 @@ var Landing = injectIntl(React.createClass({

-
- ingrid's story -
- Ingrid Gustafson -

-
-
-
+ + ingrid's story +
+

Ingrid Gustafson

+

+
+
+ dylan's story
- Dylan Ryder +

Dylan Ryder

-
-
+ + plug in studio's story
- Plug-In Studios +

Plug-In Studios

-
-
+ + ghana code club's story
- Ghana Code Club +

Ghana Code Club

-
+
diff --git a/src/views/teachers/landing/landing.scss b/src/views/teachers/landing/landing.scss index 9b2838a12..bae13322f 100644 --- a/src/views/teachers/landing/landing.scss +++ b/src/views/teachers/landing/landing.scss @@ -159,6 +159,14 @@ $story-width: $cols3; padding-top: 10px; padding-left: 10px; + .name { + margin: 0; + line-height: initial; + color: $ui-blue; + font-size: initial; + font-weight: 500; + } + p { margin: 10px 0; font-size: .75rem; @@ -227,6 +235,7 @@ $story-width: $cols3; border-radius: 50px; box-shadow: none; background-color: transparent; + cursor: default; padding: 16px 16px; width: $cols5 / 2; color: $ui-white;