remove max-width on h1, seems unnecessary?

This commit is contained in:
Jeff Atwood 2013-06-19 16:31:18 -07:00
parent f1fd29003d
commit 6424a3d3e1
1 changed files with 1 additions and 10 deletions

View File

@ -15,16 +15,7 @@
font-size: 22px;
line-height: 28px;
}
@include medium-width {
h1 {
max-width: 735px;
}
}
@include small-width {
h1 {
max-width: 690px;
}
}
.star {
height: 40px;
font-size: 20px !important;