small fixes

This commit is contained in:
G14 2016-07-12 19:19:17 +05:00
parent 1a8d4c8f75
commit 6e6fef1d44
3 changed files with 4 additions and 4 deletions

View File

@ -681,12 +681,12 @@ input[type=email] {
font-weight: 400;
font-size: 14px;
line-height: 24px; }
.section-heading-even p:last-child {
.section-heading-even p.statuses {
position: absolute;
left: 65%;
margin-top: 30px; }
@media only screen and (max-width: 768px) {
.section-heading-even p:last-child {
.section-heading-even p.statuses {
position: static; } }
.block-square {

View File

@ -454,7 +454,7 @@
<div class="section-heading-even">
<h2>Buy and sell Ether nearby</h2>
<p>Find nearby Status users through our Discover feature. Exchange currency, services, and ideas to help grow the Ethereum community.</p>
<p>Sample Statuses:</p>
<p class="statuses">Sample Statuses:</p>
</div>

View File

@ -694,7 +694,7 @@ input[type=email] {
font-size: 14px;
line-height: 24px;
}
p:last-child {
p.statuses {
position: absolute;
left: 65%;
margin-top: 30px;