Blockquote styling

This commit is contained in:
Ben Morrow 2017-05-17 12:06:54 -05:00
parent 1a0707c28b
commit fe73656249
2 changed files with 11 additions and 6 deletions

7
css/new.css Normal file
View File

@ -0,0 +1,7 @@
blockquote {
box-sizing: border-box;
padding: 24px 24px 24px 24px;
border-radius: 8px;
border: 1px solid #e3e6e7;
margin-top: 24px;
}

View File

@ -20,6 +20,7 @@
<!-- favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css?v=13cb666">
<link rel="stylesheet" href="css/new.css">
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
@ -113,9 +114,10 @@
<div class="section section--status">
<h2>What is Status</h2>
<div class="text">
<p>Status is an open source gateway to access the Ethereum Network, for Android & iOS.</p>
<p>Status is an open source gateway to access the Ethereum Network, for Android &amp; iOS.</p>
<p>With Ethereum, for the first time ever, we can create real trustless, permissionless and decentralized systems with fair access. We can do this free from authority and middemen, and help facilitate the transition to a more open, censorship resistant internet, where users are in control of their own data.</p>
<p>Status looks like a messenger, but it's so much more than that - it's built entirely on peer-to-peer technologies, and provides not only a medium for free trade and communication, but also a window to access decentralized applications.</p>
<blockquote><strong>Note:</strong> Most DApps are compatible with all clients: Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.</blockquote>
</div>
<div class="phone">
@ -195,10 +197,6 @@
<a class="button button--secondary rule-button" target="_blank" href="http://slack.status.im/">Learn more</a>
</div>
</div>
<div class="text">
<p>Most DApps are compatible with Mist, MetaMask, and Status. With web3.js on the front-end, the idea is that once you have developed your DApp for the desktop, you can deploy it on mobile with Status. It will run the same on all clients. Develop once, run everywhere.</p>
</div>
</div>
<div class="section">