Skip to content

Commit 18c4ff3

Browse files
committed
update styling and translations
1 parent 643b213 commit 18c4ff3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

client/styles/components/_about.scss

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@
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 {
@@ -84,15 +76,23 @@
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
}

translations/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
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",

0 commit comments

Comments
 (0)