Styling for press quote, more homepage header tweaks

This commit is contained in:
Victoria Wang 2014-10-17 19:48:40 -07:00
parent f09d0f12d3
commit 988a72002b
2 changed files with 14 additions and 5 deletions

View file

@ -874,7 +874,7 @@ a.tag:hover {
display: inline-block;
clear: both;
margin-top: 30px;
margin-bottom: 20px;
margin-bottom: 0px;
@media (max-device-width:480px), screen and (max-width:800px){
margin-top: 0;
@ -916,6 +916,17 @@ a.tag:hover {
margin-top: 6px;
margin-right: 30px;
}
.section .quote {
width: 75%;
margin: 0 auto;
h3 {
text-align: center;
font-style: italic;
font-size: 1.3em;
line-height: 187%;
}
}
.section.plans {
background: #fff;
width: 100%;

View file

@ -273,12 +273,10 @@
<a href="http://arstechnica.com/tech-policy/2014/05/web-host-gives-fcc-a-28-8kbps-slow-lane-in-net-neutrality-protest/" class="logo ars"></a>
<!--<a href="/press" class="more">See all press »</a>-->
</div>
<div class="row">
<div class="col col-75">
<h3><i>
<div class="row quote">
<h3>
"Designed as a 21st century reincarnation of GeoCities, Neocities lets you make your own site for free. <strong>And it just might spark a renaissance of creativity online.</strong>"</i> - Matthew Guay, <a href="http://web.appstorm.net/reviews/web-dev/neocities-the-free-place-to-code-your-own-site-from-scratch" target="_blank">AppStorm</a>
</h3>
</div>
</div>
</div>
</section>