remove max-width on h1, seems unnecessary?
This commit is contained in:
parent
f1fd29003d
commit
6424a3d3e1
|
@ -15,16 +15,7 @@
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
@include medium-width {
|
|
||||||
h1 {
|
|
||||||
max-width: 735px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@include small-width {
|
|
||||||
h1 {
|
|
||||||
max-width: 690px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.star {
|
.star {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
|
|
Loading…
Reference in New Issue