File tree 4 files changed +25
-4
lines changed
4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ supercollider
23
23
pageRoot : 'docs/pages' ,
24
24
data : {
25
25
repoName : 'foundation-emails' ,
26
- editBranch : 'v2.0 '
26
+ editBranch : 'develop '
27
27
}
28
28
} )
29
29
. searchConfig ( {
Original file line number Diff line number Diff line change 43
43
"gulp-sourcemaps" : " ^1.6.0" ,
44
44
"gulp-wrap" : " ^0.11.0" ,
45
45
"gulp-zip" : " ^3.2.0" ,
46
- "inky" : " zurb/inky#fix-character-escaping " ,
46
+ "inky" : " zurb/inky" ,
47
47
"lazypipe" : " ^1.0.1" ,
48
48
"motion-ui" : " ^1.1.1" ,
49
49
"multiline" : " ^1.0.2" ,
63
63
"needs" : " ^0.8.0"
64
64
}
65
65
}
66
+
67
+
Original file line number Diff line number Diff line change 8
8
9
9
@media only screen and (max-width : #{$global-breakpoint } ) {
10
10
table .body img {
11
- width : auto !important ;
12
- height : auto !important ;
11
+ width : auto ;
12
+ height : auto ;
13
13
}
14
14
15
15
table .body center {
Original file line number Diff line number Diff line change
1
+ < container >
2
+ < row >
3
+ < columns small ="12 " large ="12 ">
4
+ < img style ="width: 14px; " src ="http://placehold.it/600 " alt ="">
5
+ </ columns >
6
+ </ row >
7
+
8
+ < row >
9
+ < columns small ="12 " large ="12 ">
10
+ < img style ="width: 480px; " src ="http://placehold.it/600 " alt ="">
11
+ </ columns >
12
+ </ row >
13
+
14
+ < row >
15
+ < columns small ="12 " large ="12 ">
16
+ < img src ="http://placehold.it/600 " alt ="">
17
+ </ columns >
18
+ </ row >
19
+ </ container >
You can’t perform that action at this time.
0 commit comments