Browse Source

Minor edits to layout

Dave Gandy 9 years ago
parent
commit
3ffdbaa8da
2 changed files with 8 additions and 8 deletions
  1. 4 4
      src/cdn/error.html
  2. 4 4
      src/cdn/success.html

+ 4 - 4
src/cdn/error.html

@@ -6,15 +6,15 @@ relative_path: ../../
 
 
 <div class="container">
 <div class="container">
   <div class="row">
   <div class="row">
-    <div class="col-md-8 col-md-offset-2 margin-top-lg">
-      <div class="well well-lg margin-top-xl margin-bottom-none">
+    <div class="col-md-6 col-md-offset-3 margin-top-lg">
+      <div class="well well-lg margin-top-xl margin-bottom-xl">
         <h1 class="text-danger page-header"><i class="fa fa-exclamation-triangle"></i> Oh noes!</h1>
         <h1 class="text-danger page-header"><i class="fa fa-exclamation-triangle"></i> Oh noes!</h1>
         <p class="lead">
         <p class="lead">
-          Something bad happened on our end when sending you an embed code.
+          Something bad happened on our end when sending your embed code.
           We've already been notified and are looking into it.
           We've already been notified and are looking into it.
         </p>
         </p>
 
 
-        <p class="lead margin-bottom-none">
+        <p class="lead">
           Hang tight for just a bit and we should have things fixed up shortly.
           Hang tight for just a bit and we should have things fixed up shortly.
         </p>
         </p>
       </div>
       </div>

+ 4 - 4
src/cdn/success.html

@@ -6,17 +6,17 @@ relative_path: ../../
 
 
 <div class="container">
 <div class="container">
   <div class="row">
   <div class="row">
-    <div class="col-md-8 col-md-offset-2 margin-top-lg">
-      <div class="well well-lg margin-top-xl margin-bottom-none">
+    <div class="col-md-6 col-md-offset-3 margin-top-lg">
+      <div class="well well-lg margin-top-xl margin-bottom-xl">
         <h1 class="text-success page-header"><i class="fa fa-envelope"></i> On the way!</h1>
         <h1 class="text-success page-header"><i class="fa fa-envelope"></i> On the way!</h1>
         <p class="lead">
         <p class="lead">
           We just sent you an email with your new Font Awesome CDN embed code and instructions
           We just sent you an email with your new Font Awesome CDN embed code and instructions
           for what to do next!
           for what to do next!
         </p>
         </p>
 
 
-        <div class="text-muted">
+        <p class="lead text-muted">
           If you don't see the email, maybe check your spam.
           If you don't see the email, maybe check your spam.
-        </div>
+        </p>
       </div>
       </div>
 
 
     </div>
     </div>