The people of Norfolk have done something amazing
+
Norfolk has ensured
@@ -53,7 +54,7 @@
-
+
-
-
Ask Liz Truss to protect Norfolk's Aid contributions.
-
-
-
+
Credit:
@@ -101,10 +86,10 @@
-
+
\ No newline at end of file
diff --git a/wp-content/themes/norfolk-counts/source/images/share-fb-desktop.svg b/wp-content/themes/norfolk-counts/source/images/share-fb-desktop.svg
index e451762..7197a70 100644
--- a/wp-content/themes/norfolk-counts/source/images/share-fb-desktop.svg
+++ b/wp-content/themes/norfolk-counts/source/images/share-fb-desktop.svg
@@ -7,7 +7,7 @@
Share with friends
-
+
diff --git a/wp-content/themes/norfolk-counts/source/js/app.coffee b/wp-content/themes/norfolk-counts/source/js/app.coffee
index 0b9065f..2f91183 100755
--- a/wp-content/themes/norfolk-counts/source/js/app.coffee
+++ b/wp-content/themes/norfolk-counts/source/js/app.coffee
@@ -65,7 +65,7 @@ class Theme
'event_callback': cb
preload_main: (first_story)=>
- promises = (@transition_message( 3000 * i, message ) for message, i in @messages)
+ promises = (@transition_message( 4000 * i, message ) for message, i in @messages)
promises.push @load_carousel( first_story )
Promise.all promises
.then @show_landing
@@ -106,7 +106,7 @@ class Theme
setTimeout ->
$(elem).fadeOut 100
resolve()
- , 1500
+ , 2500
, delay
diff --git a/wp-content/themes/norfolk-counts/source/scss/layout/_header.scss b/wp-content/themes/norfolk-counts/source/scss/layout/_header.scss
index 4a3eda4..dc52829 100755
--- a/wp-content/themes/norfolk-counts/source/scss/layout/_header.scss
+++ b/wp-content/themes/norfolk-counts/source/scss/layout/_header.scss
@@ -29,8 +29,8 @@ header {
@include breakpoint(medium) {
background: url("../images/share-fb-desktop.svg") 0 0 no-repeat;
- width: 170px;
- height: 27px;
+ width: 165px;
+ height: 24px;
}
}
}
diff --git a/wp-content/themes/norfolk-counts/source/scss/modules/_steps.scss b/wp-content/themes/norfolk-counts/source/scss/modules/_steps.scss
index df591ee..d80503d 100644
--- a/wp-content/themes/norfolk-counts/source/scss/modules/_steps.scss
+++ b/wp-content/themes/norfolk-counts/source/scss/modules/_steps.scss
@@ -25,16 +25,38 @@
}
}
+ .move-link {
+ display: inline-block;
+ color: color(yellow);
+ border-bottom: 1px solid;
+ @include font-family(CanelaRegular);
+ font-size: 26px;
+ line-height: 20px;
+ letter-spacing: -0.34px;
+ margin-bottom: 20px;
+
+ @include breakpoint(medium) {
+ font-size: 50px;
+ line-height: 37px;
+ border-bottom: 2px solid;
+ }
+ }
+
.img-house {
- max-width: 75%;
+ width: 100%;
display: block;
margin: 0 auto;
- margin-bottom: 40px;
margin-top: 40px;
@include breakpoint(medium) {
+ width: 100%;
+ }
+
+ @include breakpoint(large) {
+ width: 80%;
max-width: 100%;
- margin-top: 0px;
+ margin-top: -20px;
+ margin-bottom: -40px;
}
}
diff --git a/wp-content/themes/norfolk-counts/source/scss/pages/_action.scss b/wp-content/themes/norfolk-counts/source/scss/pages/_action.scss
index 478358d..2dcc7c4 100644
--- a/wp-content/themes/norfolk-counts/source/scss/pages/_action.scss
+++ b/wp-content/themes/norfolk-counts/source/scss/pages/_action.scss
@@ -12,9 +12,9 @@
text-align: center;
@include breakpoint(medium) {
- font-size: 55px;
- line-height: 50px;
- margin-bottom: 60px;
+ font-size: 29px;
+ line-height: 27px;
+ margin-bottom: 52px;
}
}
@@ -34,15 +34,15 @@
color: color(yellow);
@include breakpoint(medium) {
- font-size: 26px;
- margin-top: 35px;
+ margin-top: 25px;
}
a {
color: color(yellow);
@include breakpoint(medium) {
- padding: 0 20px;
+ padding: 0 5px;
+ margin-top: 35px;
}
&:hover {
@@ -58,17 +58,22 @@
margin: 0 auto;
@include breakpoint(medium) {
- margin-top: 20px;
+ margin-top: 0px;
margin-bottom: 50px;
}
}
+ .stats-container {
+ max-width: 850px;
+ margin: 0 auto;
+ }
+
.action-highlight {
margin-bottom: 40px;
text-align: center;
@include breakpoint(medium) {
- margin-bottom: 50px;
+ margin-bottom: 48px;
}
p {
@@ -83,15 +88,11 @@
span {
display: block;
@include font-family(CanelaBold);
- font-size: 60px;
- line-height: 1;
+ font-size: 32px;
+ line-height: 20px;
color: color(yellow);
- margin: 10px 0 0 0;
+ margin: 15px 0 10px 0;
letter-spacing: -0.34px;
-
- @include breakpoint(medium) {
- font-size: 80px;
- }
}
}
}