diff --git a/css/_forms.scss b/css/_forms.scss
index ef2c8f2..42be700 100755
--- a/css/_forms.scss
+++ b/css/_forms.scss
@@ -8,7 +8,7 @@ textarea {
font: inherit;
line-height: $base-margin-bottom;
padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2);
- width: 208px;
+ width: 300px;
}
input[type="checkbox"],
@@ -34,7 +34,6 @@ textarea {
@extend .clearfix;
}
-input[type="submit"],
.btn {
background-color: $base-colour;
border: 0;
diff --git a/css/_normalise.scss b/css/_normalise.scss
index c9bf697..c0dc516 100755
--- a/css/_normalise.scss
+++ b/css/_normalise.scss
@@ -9,15 +9,25 @@ a {
text-decoration: none;
}
-h1, h2, h3, h4, h5, h6, p, ul, ol {
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+p,
+ul,
+ol {
margin-bottom: $base-margin-bottom;
}
-ul, ol {
+ul,
+ol {
margin-left: $base-margin-bottom;
}
-ul ul, ol ol {
+ul ul,
+ol ol {
margin-bottom: 0;
}
diff --git a/css/_reset.scss b/css/_reset.scss
index 632ce41..a9bb431 100755
--- a/css/_reset.scss
+++ b/css/_reset.scss
@@ -7,11 +7,27 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
vertical-align: baseline;
}
-article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+menu,
+nav,
+section,
+main {
display: block;
}
-address, caption, cite, dfn, th, var {
+address,
+caption,
+cite,
+dfn,
+th,
+var {
font-style: normal;
font-weight: normal;
}
@@ -20,9 +36,13 @@ blockquote, q {
quotes: none;
}
-blockquote:before, blockquote:after, q:before, q:after {
- content: '';
- content: none;
+blockquote,
+q {
+ &:before,
+ &:after {
+ content: '';
+ content: none;
+ }
}
table {
diff --git a/css/_vars.scss b/css/_vars.scss
index 5ffd846..20d0c41 100755
--- a/css/_vars.scss
+++ b/css/_vars.scss
@@ -1,21 +1,21 @@
// Base
-$base-colour: #444;
-$base-background-colour: #fff;
+$base-colour: #444;
+$base-background-colour: #fff;
-$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-$base-font-size: 16;
-$base-line-height: 1.5;
-$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
+$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+$base-font-size: 16;
+$base-line-height: 1.5;
+$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
// Media Queries
-$mobile: 640px;
+$mobile: 640px;
// Scaffolding
-$max-width: 940px;
-$grid-columns: 12;
-$gutter: 20;
+$max-width: 940px;
+$grid-columns: 12;
+$gutter: 20;
-// Custom colours etc.
+// Custom colours etc.
\ No newline at end of file
diff --git a/footer.php b/footer.php
index c2bf192..f44940d 100755
--- a/footer.php
+++ b/footer.php
@@ -1,8 +1,9 @@
-
-
+
+