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 0 additions and 1 deletions
Showing only changes of commit 22769fd391 - Show all commits

View File

@ -2,7 +2,6 @@
position: relative;
flex-direction: column;
j285he marked this conversation as resolved
Review

Is flex-direction: column necessary? Since the wrapper only has 1 non-absolutely-positioned child

Is `flex-direction: column` necessary? Since the wrapper only has 1 non-absolutely-positioned child
width: 90%;
margin: 0 auto;
}
.about {