Add About Component #48

Merged
j285he merged 7 commits from j285he-about into main 2022-09-12 10:20:11 -04:00
1 changed files with 15 additions and 11 deletions
Showing only changes of commit 5657414036 - Show all commits

View File

@ -9,25 +9,29 @@
padding: calc(45rem / 16);
j285he marked this conversation as resolved
Review

Is there any reason why we aren't doing width: 100% (or maybe it's not even necessary to specify the width) and then just letting padding/margin handle the spacing?

Is there any reason why we aren't doing `width: 100%` (or maybe it's not even necessary to specify the width) and then just letting padding/margin handle the spacing?
}
.about aside {
flex: 1;
margin-right: 40px;
}
.about h1 {
margin: 0;
}
j285he marked this conversation as resolved
Review

NIT: rem

NIT: rem
.about article {
flex: 3;
}
.about h4 {
margin: 0;
}
.about aside {
flex: 1;
margin-right: calc(40rem / 16);
}
.about aside h1 {
color: var(--secondary-accent)
}
.about aside p {
color: var(--primary-accent-light)
color: var(--primary-accent-lighter)
}
.about article {
flex: 3;
}
.about article p {
@ -43,7 +47,7 @@
}
.anglePath {
stroke: var(--primary-accent)
stroke: var(--primary-accent-light)
}
.left.angle {