Skip to content

Commit d2aa3fc

Browse files
committed
Bumping up the font size a bit for simple description and conditions based on feedback.
1 parent e7b1f3d commit d2aa3fc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/assets/stylesheets/pages/studies.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
margin-bottom: 2px;
137137
}
138138

139-
font-size: 12px;
139+
font-size: 13px;
140140

141141
.important {
142142
color: $school_main_color;

app/views/studies/index.html.haml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,17 @@
6060
= highlight(t, 'display_title')
6161

6262
- unless t.simple_description.blank?
63-
.field
64-
%label Description:
65-
= highlight(t, 'simple_description')
63+
.field.important
64+
%strong
65+
%label Description:
66+
= highlight(t, 'simple_description')
6667

6768
.field.important
6869
%strong
6970
%label Contact(s):
7071
- c = determine_contacts(t)
7172
= contacts_display(c)
72-
%br
73+
7374
.field.important.nomargin
7475
%label.single Gender:
7576
%strong

0 commit comments

Comments
 (0)