File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
translations/locales/en-US Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 99}
1010
1111.about__content {
12- display : flex ;
13- flex-direction : row ;
14- justify-content : space-between ;
15- flex-wrap : wrap ;
16- padding-top : #{math .div (17 , $base-font-size )} rem;
17- padding-right : #{math .div (78 , $base-font-size )} rem;
18- padding-bottom : #{math .div (20 , $base-font-size )} rem;
19- padding-left : #{math .div (20 , $base-font-size )} rem;
20- width : #{math .div (720 , $base-font-size )} rem;
12+ margin : 3rem 17rem ;
2113}
2214
2315.about__content-column {
8476}
8577
8678.about__footer {
87- display : flex ;
88- justify-content : space-between ;
89- padding-top : #{math .div (18 , $base-font-size )} rem;
79+ border-top : 0.1rem dashed ;
9080 padding-right : #{math .div (20 , $base-font-size )} rem;
9181 padding-bottom : #{math .div (21 , $base-font-size )} rem;
92- padding-left : #{math .div (20 , $base-font-size )} rem;
82+ width : 100% ;
83+
84+ @include themify () {
85+ border-color : getThemifyVariable (' logo-color' );
86+ }
87+ }
88+
89+ .about__footer-list-container {
90+ display : flex ;
91+ flex-wrap : wrap ;
9392 width : 100% ;
9493}
9594
9695.about__footer-list {
97- padding-top : #{math .div (12 , $base-font-size )} rem;
96+ padding-top : #{math .div (20 , $base-font-size )} rem;
97+ padding-right : 9.5% ;
9898}
Original file line number Diff line number Diff line change 8989 "About" : {
9090 "Title" : " About" ,
9191 "TitleHelmet" : " p5.js Web Editor | About" ,
92- "Contribute" : " Contribute " ,
92+ "Contribute" : " Github " ,
9393 "NewP5" : " New to p5.js?" ,
9494 "Report" : " Report a bug" ,
9595 "Learn" : " Learn" ,
You can’t perform that action at this time.
0 commit comments