Skip to content

Commit

Permalink
Bumping up the font size a bit for simple description and conditions …
Browse files Browse the repository at this point in the history
…based on feedback.
  • Loading branch information
blackjk3 committed Dec 15, 2015
1 parent e7b1f3d commit d2aa3fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/pages/studies.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
margin-bottom: 2px;
}

font-size: 12px;
font-size: 13px;

.important {
color: $school_main_color;
Expand Down
9 changes: 5 additions & 4 deletions app/views/studies/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,17 @@
= highlight(t, 'display_title')

- unless t.simple_description.blank?
.field
%label Description:
= highlight(t, 'simple_description')
.field.important
%strong
%label Description:
= highlight(t, 'simple_description')

.field.important
%strong
%label Contact(s):
- c = determine_contacts(t)
= contacts_display(c)
%br

.field.important.nomargin
%label.single Gender:
%strong
Expand Down

0 comments on commit d2aa3fc

Please sign in to comment.