mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 11:16:26 +00:00
Tweak font sizing and spacing
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user