@@ -46,16 +46,7 @@ body {
4646}
4747
4848.section {
49- padding : 3% ;
50- }
51-
52- .section [data-anchor = "introduction" ] {
53- box-sizing : border-box;
54- background-attachment : fixed;
55- background-image : linear-gradient (rgba (0 , 0 , 0 , 0.5 ), rgba (0 , 0 , 0 , 0.5 )), var (--bg-img );
56- background-position : center;
57- background-repeat : no-repeat;
58- background-size : cover;
49+ padding : 5% ;
5950}
6051
6152/* Remove "Made with fullpage.js" link at bottom of page */
118109h3 ,
119110p {
120111 color : white;
112+ line-height : 1.15 ;
121113}
122114
123115body ,
142134h2 {
143135 font-size : 40px ;
144136 padding-bottom : 24px ;
145- line-height : 1.15 ;
146137}
147138
148139h3 {
@@ -152,6 +143,27 @@ h3 {
152143
153144p {
154145 text-align : justify;
146+ padding-bottom : 6px ;
147+ }
148+
149+ /* =============================================
150+ Introduction section
151+ =========================================== */
152+
153+ .section [data-anchor = "introduction" ] {
154+ box-sizing : border-box;
155+ background-attachment : fixed;
156+ background-image : linear-gradient (rgba (0 , 0 , 0 , 0.5 ), rgba (0 , 0 , 0 , 0.5 )), var (--bg-img );
157+ background-position : center;
158+ background-repeat : no-repeat;
159+ background-size : cover;
160+ display : flex;
161+ flex-direction : column;
162+ }
163+
164+ [data-anchor = "introduction" ] p {
165+ margin : 0 auto;
166+ width : 60% ;
155167}
156168
157169/* =============================================
0 commit comments