mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Styling for press quote, more homepage header tweaks
This commit is contained in:
parent
f09d0f12d3
commit
988a72002b
2 changed files with 14 additions and 5 deletions
|
@ -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%;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue