small fixes
This commit is contained in:
parent
1a8d4c8f75
commit
6e6fef1d44
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue