Changed body and p elements to use font-size: 100%.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
|
||||
/* Styling for elements */
|
||||
body { font-size: 14px; }
|
||||
p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
|
||||
body { font-size: 100%; }
|
||||
p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
|
||||
li { line-height: 1.6em; }
|
||||
h3 { margin-top: 2.5em; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user