Skip to content

Commit

Permalink
bio line-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 13, 2016
1 parent c0c8fea commit 162150d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,9 @@ Make this look cool with parallax webgl awesomeness
-webkit-overflow-scrolling: touch;
padding: 1em; }

.contactModal__content {
line-height: 1.4em; }

.contactModal__footer {
line-height: 2em;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/scss/base/pages/talk-to-us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
padding:1em;
}

.contactModal__content {
line-height:1.4em;
}

.contactModal__footer {
line-height:2em;
width:100%;
Expand Down
4 changes: 3 additions & 1 deletion templates/single-our-team.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
<p>{{ instructor.get_field('wpcf-address') }}</p>
</figcaption>
</figure>
<p>{{ instructor.content }}</p>
<article class="contactModal__content">
{{ instructor.content }}
</article>
</section>
<footer class="contactModal__footer">
<a href="#all">Close</a>
Expand Down

0 comments on commit 162150d

Please sign in to comment.