Fixed: Reduce font size for title on author and book details

(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)

Closes #3009
pull/3130/head
Stevie Robinson 8 months ago committed by Bogdan
parent ad47dc032d
commit d2240514d7

@ -136,8 +136,9 @@
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 50px;
line-height: 30px;
}
}

@ -117,8 +117,9 @@
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 50px;
line-height: 30px;
}
}

Loading…
Cancel
Save