Tweak font sizing and spacing

This commit is contained in:
filp
2013-04-10 08:03:35 +01:00
parent abbb979968
commit 182c99b949
2 changed files with 8 additions and 7 deletions
-5
View File
@@ -32,11 +32,6 @@
</p>
</header>
<div class="content">
<h2 id="about">Whoops</h2>
<p>
<b>whoops</b> is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system.
</p>
<h2 id="features">Features</h2>
<ul class="simple">
<li>Included providers for <b>Silex</b> and <b>Laravel 4</b>, with community-provided support for other platforms and frameworks</li>
+8 -2
View File
@@ -11,7 +11,7 @@ body {
}
.hero {
padding-top: 40px;
padding-top: 20px;
text-shadow: 0 0 8px rgba(0, 0, 0, .4);
text-align: center;
}
@@ -19,7 +19,7 @@ body {
.branding {
margin: 0;
font-weight: 300;
font-size: 4.5em;
font-size: 54px;
}
.hero p {
@@ -33,6 +33,12 @@ body {
color: #CACACA;
}
.subtext {
font-size: 20px;
font-weight: 300;
line-height: 22px;
}
.screenshot {
text-align: center;
padding: 40px 0 20px 0;