Skip to content

Commit

Permalink
Merge pull request #167 from ProjectTIER/webcast_title_size
Browse files Browse the repository at this point in the history
make webcast talk titles larger
  • Loading branch information
marykatefain committed Dec 19, 2019
2 parents b124d27 + 9e0fd4e commit 7800900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_tier/events/templates/events/webcast_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3 id="on-this-page">On this page</h3>
</div>
<div class="webcast-intro__meta">
<div class="webcast-intro__date">{{ self.date|date:"M jS, Y" }}: {{ self.speaker_name }}</div>
<div class="webcast-intro__title">{{ self.title }}</div>
<h4><div class="webcast-intro__title">{{ self.title }}</div></h4>
<div class="webcast-intro__register">
<a class="button" href="{{self.get_parent.specific.registration_link}}" target="_blank">Register Now <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
Expand Down

0 comments on commit 7800900

Please sign in to comment.