Closed sisiwei closed 3 years ago
And then in the footer I think we should do this:
HTML
Add to foot-content
right after the "Learn more..." paragraph:
<p class="donate"><span>Donate</span> to OpenNews.</p>
CSS
Add:
p.donate {
margin-top: 30px;
}
.page-footer p.donate span {
background-color: #fc6d1f;
padding: 5px 10px 10px;
}
DONE. Donate button in the top nav, and an orange button in the footer.
HTML
Add the following to the
<ul>
with class "site-nav-links":<li><a href="https://opennews.networkforgood.com/"><span class="donate">Donate</span></a></li>
CSS Changes
Add:
Update the three flex attributes in this chunk:
Update (changed 50% to 65%):