Skip to content

Commit

Permalink
fixed up history and pulled forward Colm's updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gal committed Feb 10, 2023
1 parent 06765c5 commit cbd034a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions src/components/Footer.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
footer {
margin: 0 auto;
border-top: 1px solid white;
box-sizing: border-box;
padding: 2em;

}

Expand All @@ -12,13 +13,14 @@ footer {
justify-content: space-evenly;
}

.footer_links > * {
.footer_links a {
margin: auto 2em;
padding: 1em;
}

.footer_links img {
width: 3em;
height: 3em;
width: 2em;
height: 2em;
}

iframe {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Footer = (): JSX.Element => {
<a href={link.url}><img src={link.icon} alt={link.description}/></a>
))}
</section>
<iframe src="https://discord.com/widget?id=248421213628530688&theme=dark" width="350" height="500" allowTransparency={true}
<iframe src="https://discord.com/widget?id=248421213628530688&theme=dark" width="350" height="250" allowTransparency={true}
frameBorder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts" title="Discord">
</iframe>
<img className={styles.logo} src="/img/logo-horizontal.svg" alt="Netsoc" />
Expand Down

0 comments on commit cbd034a

Please sign in to comment.