Skip to content

Commit 29ea652

Browse files
author
Vikas Agarwal
committed
Github issue#1096, Copy updates on various Connect pages
— Implemented requested changes
1 parent eb94455 commit 29ea652

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/Home/Home.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
min-width: $base-unit*86;
3838
}
3939
.content-container{
40-
padding: $base-unit*9 0 0 $base-unit*17;
40+
padding: $base-unit*8 0 0 $base-unit*17;
4141
.button-bar{
4242
display: flex;
4343
flex-direction: column;
@@ -59,6 +59,7 @@
5959
color: $tc-black;
6060
letter-spacing: 0;
6161
padding: 0 0 $base-unit*6;
62+
text-align: center;
6263
}
6364
p{
6465
@include roboto;

src/config/projectWizard/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const products = {
2626
},
2727
Infographic: {
2828
brief: 'Infographic',
29-
details: 'Present your data in an easy-to-understand and interesting way.',
29+
details: 'Present your data in an easy-to-understand and interesting way',
3030
icon: 'product-infographic',
3131
id: 'infographic'
3232
},
@@ -46,7 +46,7 @@ const products = {
4646
subtypes: {
4747
'Front-end Prototype': {
4848
brief: '3-20 screens',
49-
details: 'Translate designs to a web (HTML/CSS/JavaScript) or mobile prototype.',
49+
details: 'Translate designs to a web (HTML/CSS/JavaScript) or mobile prototype',
5050
icon: 'product-front-end-prototype',
5151
id: 'visual_prototype'
5252
},

0 commit comments

Comments
 (0)