Added line-height: 1.6em to "p" element

This commit is contained in:
Matts
2012-02-01 20:40:41 -05:00
parent 017bb02073
commit cb3e35a2f7

View File

@@ -26,7 +26,7 @@
/* Styling for elements */ /* Styling for elements */
body { font-size: 14px; } body { font-size: 14px; }
p { font-size: 15px; } p { font-size: 15px; line-height: 1.6em; }
/* Styling for articles */ /* Styling for articles */