remove title class, don't zero margins for h1s

This commit is contained in:
Owen Versteeg 2014-02-11 21:19:08 -05:00
parent 98b77271c6
commit c63bce79b1

View file

@ -3,16 +3,9 @@
// Headings
//-------------------------------------------------------------------
// add this class to any element to give it "title" styling
.title {
font-size: 7em;
margin: 0;
}
// Set style for <h1>
h1 {
font-size: 4em;
margin: 0;
}
// Sets style for <h2>