Skip to content

Commit

Permalink
Footer text colour, contact form width
Browse files Browse the repository at this point in the history
  • Loading branch information
pstechnical committed Sep 16, 2017
1 parent 33fd51b commit a829280
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions site/production/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/production/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Skeletor
* Built 2017-09-15
* Built 2017-09-17
**/

function PageSetup(){MobileNav(),ToggleContent()}function MobileNav(){$(".hamburglar").click(function(){$(this).hasClass("open")?$(".mainnav").animate({left:"100%"}):$(".mainnav").animate({left:"0px"}),$(this).toggleClass("open")})}function ToggleContent(){$(".toggle-button").click(function(a){a.preventDefault();var b=$(this).parent("a"),c=b.parents(".togglable");c.children(".togglable-content").slideToggle(200),b.toggleClass("open"),$(this).toggleClass("fa-caret-down"),$(this).toggleClass("fa-caret-up")})}$(document).ready(function(){PageSetup()});
4 changes: 0 additions & 4 deletions site/scss/global/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ input[type="submit"]:hover {

/* CONTACT FORM */
form.contact-form {


margin: 0 auto;
max-width: 500px;
border: 0;
padding: 30px;
background: $light_grey;
Expand Down
2 changes: 1 addition & 1 deletion site/scss/global/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ hr {
footer {
&.page-footer {
background: $red;
color: $white;
color: darken($red, 5%);
padding: 50px 0 20px;
text-align: right;

Expand Down

0 comments on commit a829280

Please sign in to comment.