File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"en" : {
3
- "title" : " Identity that's private and decentralized." ,
3
+ "title_1" : " Decentralized." ,
4
+ "title_2" : " Private. Identity." ,
4
5
"subtitle" : " Since 2021, Internet Identity has combined secure passkey technology with the Internet Computer to keep you safe."
5
6
}
6
7
}
Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ export const landingPage = ({
35
35
</ section >
36
36
< section class ="c-landingPage__left " aria-label ="Action Pane ">
37
37
< div class ="c-landingPage__left__content ">
38
- < h1 class ="c-landingPage__title "> ${ copy . title } </ h1 >
38
+ < h1 class ="c-landingPage__title ">
39
+ < span > ${ copy . title_1 } </ span >
40
+ < span > ${ copy . title_2 } </ span >
41
+ </ h1 >
39
42
< p class ="t-paragraph "> ${ copy . subtitle } </ p >
40
43
</ div >
41
44
< div class ="c-landingPage__left__footer ">
Original file line number Diff line number Diff line change @@ -995,6 +995,12 @@ a:hover,
995
995
font-size : var (--rs-split-page-title );
996
996
font-weight : 600 ;
997
997
line-height : 1.1 ;
998
+
999
+ display : flex;
1000
+ flex-direction : column;
1001
+
1002
+ /* We don't want to break the lines of the title */
1003
+ white-space : nowrap;
998
1004
}
999
1005
1000
1006
.c-landingPage__logo {
@@ -1028,7 +1034,7 @@ a:hover,
1028
1034
1029
1035
display : flex;
1030
1036
flex-direction : column;
1031
- align-items : center ;
1037
+ align-items : flex-start ;
1032
1038
justify-content : center;
1033
1039
1034
1040
padding : 0 20% ;
You can’t perform that action at this time.
0 commit comments