About Us page #70

Merged
l42luo merged 21 commits from feat/about-us-page into main 2021-07-18 03:37:49 -04:00
2 changed files with 3 additions and 10 deletions
Showing only changes of commit fe4ecba4ca - Show all commits

View File

@ -6,10 +6,6 @@
padding-left: 20px;
}
.title::after {
content: " Us!";
}
.headings h2 {
color: var(--purple-2);
font-weight: 600;
@ -92,16 +88,13 @@
.title {
font-size: 24px;
font-weight: 600;
}
.title::after {
content: "";
padding-left: 0px;
}
.codey {
width: 140.21px;
height: 124.65px;
padding-left: 48px;
padding-left: 30px;
}
.text ul {

View File

@ -9,7 +9,7 @@ export default function AboutUs() {
return (
<>
<div className={styles.titleContainer}>
<h1 className={styles.title}>About</h1>
<h1 className={styles.title}>About Us!</h1>
<Image src="/about/codey.svg" className={styles.codey} />
</div>
<div className={styles.headings}>