Skip to content

Commit a35bc5c

Browse files
Set height to double of line-height
1 parent e6e01e3 commit a35bc5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/casestudies.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
}
3434

3535
.casestudies-box-title {
36+
line-height: 1.5em;
37+
height: 3.0em;
3638
margin: 15px;
3739
font-size: 16px;
3840
text-transform: uppercase;
@@ -45,7 +47,7 @@
4547
}
4648

4749
.casestudies-box-text {
48-
margin: 30px 15px;
50+
margin: 30px 15px auto 15px;
4951
font-size: 14px;
5052
}
5153

0 commit comments

Comments
 (0)