File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,30 @@ const content = [];
2525content . push ( {
2626 text : 'Metaprogramming' ,
2727 bold : true ,
28- fontSize : 30 ,
28+ fontSize : 28 ,
29+ alignment : 'center' ,
2930 margin : [ 40 , 20 , 40 , 0 ] ,
3031} ) ;
3132
3233content . push ( {
33- text : 'Multi-paradigm approach in the Software Engineering' ,
34+ text : 'Multi-paradigm approach in the\nSoftware Engineering' ,
3435 bold : true ,
3536 fontSize : 14 ,
37+ alignment : 'center' ,
3638 margin : [ 40 , 20 , 40 , 0 ] ,
3739} ) ;
3840
3941content . push ( {
40- text : 'Copyright © Timur Shemsedinov and \nHowProgrammingWorks contributors ' ,
42+ text : '© Timur Shemsedinov, Metarhia community ' ,
4143 fontSize : 14 ,
42- margin : [ 40 , 40 , 40 , 0 ] ,
44+ alignment : 'center' ,
45+ margin : [ 40 , 60 , 40 , 0 ] ,
4346} ) ;
4447
4548content . push ( {
46- text : 'Kiev, 2015- 2022' ,
49+ text : 'Kiev, 2015 — 2022' ,
4750 fontSize : 14 ,
51+ alignment : 'center' ,
4852 margin : [ 40 , 40 , 40 , 0 ] ,
4953} ) ;
5054
You can’t perform that action at this time.
0 commit comments