Create headings.less

This commit is contained in:
Owen Versteeg 2013-12-08 16:40:08 -05:00
parent d1edf4f55d
commit 2100ce402f

11
less/headings.less Normal file
View file

@ -0,0 +1,11 @@
h1 {
font-size: 4em;
margin: 0;
&.title {
font-size: 7em;
}
}
h2 {
font-size: 2em;
}