This repository has no description
1/* src/components/About/About.css */
2
3.about-page {
4 margin: 20px auto 20px;
5 max-width: 450px;
6 padding: 20px;
7}
8
9.about-page .alt-card {
10 text-align: left;
11 }
12
13.about-page ul {
14 list-style: none;
15 text-align: center;
16 margin: 0px auto;
17 padding: 0px;
18 width: 100%;
19 opacity: 0.5;
20 }