blob: 9c19a0768fc9bdb87278327ea1642a452ef21b5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
.bio {
font-size: 22px;
/* Always use this for center haha, was searching how to center and this helped lol, was about 15 minutes in searching.
https: //stackoverflow.com/a/36298070/11774102
- 10/12/2019 0:18 */
display: flex;
align-items: center;
}
|