Skip to content
Snippets Groups Projects
Commit e63cf94d authored by Martin Lowe's avatar Martin Lowe :flag_ca: Committed by Martin Lowe
Browse files

Add line height to headings

parent a27f1e8b
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@
// Classes styles: Typography
// css classes for text formating.
h2, h3, h4, h5, h6 {
line-height: 1.3em;
}
/* Text styles */
.uppercase{
text-transform: uppercase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment