mobile title is About Us! and title and Codey are properly centered in mobile styling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Linna Luo 2021-07-13 00:47:29 -04:00
parent dd7729bdc8
commit fe4ecba4ca
2 changed files with 3 additions and 10 deletions

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}>