Skip to content

Commit

Permalink
Merge pull request #90 from uclaacm/bliutech-patch-1
Browse files Browse the repository at this point in the history
Update `index.tsx`
  • Loading branch information
Arc-blroth authored Aug 27, 2023
2 parents ec84045 + 78cbb59 commit e10844f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function HomePage() {
</div>
<div className={styles.weHaveCookies}>
<h1 className={styles.motto}>
Ready to start <em>your</em> cyber journey?
Ready to start <em>your</em> cybersecurity journey?
</h1>
<div className={styles.socials}>
<a href="https://discord.com/invite/j9dgf2q">
Expand Down
3 changes: 2 additions & 1 deletion styles/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ h1.motto {
}

.weHaveCookies {
padding-bottom: 16rem;
width: 100vw;
padding: 0 10% 16rem 10%;

.socials {
display: flex;
Expand Down

0 comments on commit e10844f

Please sign in to comment.