Skip to content

Commit

Permalink
reduce font size of speaker biography on proposal show page
Browse files Browse the repository at this point in the history
  • Loading branch information
shanet committed Sep 28, 2016
1 parent bf3be56 commit 940d144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/osem-schedule.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ background-image: -webkit-gradient(
.speakerinfo {
font-size: 20px;
margin-top: 20px;

.biography {
margin-top: 10px;
font-size: 12px;
}
}

.schedule-title, .schedule-subtitle, .schedule-speaker, .schedule-track {
Expand Down
3 changes: 2 additions & 1 deletion app/views/proposal/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
from
= @speaker.affiliation
-if @speaker.biography?
= markdown(@speaker.biography)
.biography
= markdown(@speaker.biography)
.col-md-9
.row
.col-md-12
Expand Down

0 comments on commit 940d144

Please sign in to comment.