Skip to content

Commit d0dbc17

Browse files
committed
Clean up the marketing boxes.
1 parent da70fbd commit d0dbc17

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@
123123
<div class="span4">
124124
<i class="icon-tag marketing-huge-icon"></i>
125125
<h2>About</h2>
126-
<p>Devilry is a system optimized for delivering and correcting electronic deliveries. This narrow focus enables us to avoid unneeded clutter common to less focused systems.</p>
126+
<p>Devilry is a system optimized for delivering and correcting electronic deliveries.</p>
127127
<p><a class="btn" href="#about">Read more&raquo;</a></p>
128128
</div><!-- /.span4 -->
129129
<div class="span4">
130130
<i class="icon-comments marketing-huge-icon"></i>
131131
<h2>Help</h2>
132-
<p>Submit bugs, problems, improvements or new features via our issue tracker, or help other users on our Q&amp;A forum.</p>
132+
<p>Submit bugs or suggest improvements via our issue tracker, or help other users on our forum.</p>
133133
<p><a class="btn" href="#help">Read more&raquo;</a></p>
134134
</div><!-- /.span4 -->
135135
<div class="span4">
136136
<i class="icon-coffee marketing-huge-icon"></i>
137137
<h2>Develop</h2>
138-
<p>Devilry is open source, and we have an open community. This means that you can help us develop Devilry.</p>
138+
<p>Open source and open community means that you can help us develop Devilry.</p>
139139
<p><a class="btn" href="#develop">Read more&raquo;</a></p>
140140
</div><!-- /.span4 -->
141141
</div><!-- /.row -->

less/marketing.less

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,25 @@
1212
}
1313
@media (max-width: 767px) { /* Phones to portrait tablet */
1414
position: relative;
15+
padding-left: 130px;
16+
padding-top: 6px;
17+
text-align: left;
18+
min-height: 140px;
19+
margin-bottom: 30px;
20+
//background-color: red;
21+
h2 {
22+
margin: 0;
23+
padding: 0 0 18px 0;
24+
}
1525
.marketing-huge-icon {
1626
position: absolute;
1727
top: 30px;
1828
left: 0;
1929
font-size: 100px;
2030
}
21-
padding-left: 130px;
22-
padding-top: 6px;
23-
text-align: left;
24-
min-height: 180px;
25-
margin-bottom: 30px;
2631
}
2732
@media (max-width: 500px) { /* Phones */
33+
min-height: 150px;
2834
h2 {
2935
margin: 0;
3036
padding: 0;

0 commit comments

Comments
 (0)