Fix the header's width.
authorReda Lazri <the.red.shortcut@gmail.com>
Mon, 17 Nov 2014 17:22:39 +0000 (18:22 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Mon, 17 Nov 2014 17:22:39 +0000 (18:22 +0100)
givingguide.html
stylesheet.css

index 00382baefdcbce78187c3c460093fa62365db5c3..5a15b9815cda10a60a5db720be34ad34cead224a 100755 (executable)
@@ -44,8 +44,7 @@
                                                <img src="images/banner.png" alt="Giving Guide" />
                                        </div>
                                        <div class="intro_wrapper">
-                                               <h2>Are you giving your loved ones holiday gifts they can use freely,
-                                                       or gifts which put someone else in control?</h2>
+                                               <h2>Are you giving your loved ones holiday gifts they can use freely?</h2>
                                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vitae nisl
                                                        et lacus vestibulum scelerisque. Fusce vitae vestibulum mauris, quis
                                                        eleifend turpis. Mauris placerat laoreet nisi, nec pellentesque magna
index 839ce1eab8ccd0b5124fc5d16950cf843eecc22b..61348e127df390ed06df2080a403af7f87a6e17a 100755 (executable)
@@ -83,7 +83,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .navbar_wrapper {
   max-width: 1300px;
-  min-width: 1000px;
+  min-width: 1100px;
   margin: auto;
   text-align: center;
 }
@@ -170,6 +170,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 .intro {
   margin: auto;
   max-width: 1300px;
+  min-width: 1100px;
 }
 
 .intro_wrapper {
@@ -182,6 +183,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 }
 
 .intro_wrapper h2 {
+  margin-top: 1em;
   color: #FFDD55;
 }