Skip to content

Commit

Permalink
Finished footer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 28, 2024
1 parent 2d7559a commit bd3eb65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ import twitter from "~/assets/twitter.svg";
<a href="/privacy-policy">Privacy Policy</a>
</div>
<div class="logos">
<a href="https://bluesky.squiggleconf.com" target="_blank">
<a href="https://bsky.app/profile/squiggleconf.com" target="_blank">
<Image alt="Bluesky" src={bluesky} />
</a>
<a href="https://linkedin.squiggleconf.com" target="_blank">
<a
href="https://www.linkedin.com/company/squiggleconf/about/"
target="_blank"
>
<Image alt="LinkedIn" src={linkedin} />
</a>
<a href="https://mastodon.squiggleconf.com" target="_blank">
<a href="https://fosstodon.org/@SquiggleConf" target="_blank">
<Image alt="Mastodon" src={mastodon} />
</a>
<a href="https://twitter.squiggleconf.com" target="_blank">
<a href="https://twitter.com/SquiggleConf" target="_blank">
<Image alt="Twitter" src={twitter} />
</a>
<a href="https://discord.squiggleconf.com" target="_blank">
<Image alt="Discord" src={discord} />
</a>
<a href="https://github.squiggleconf.com" target="_blank">
<Image alt="GitHub" src={github} />
</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -86,7 +86,7 @@ import twitter from "~/assets/twitter.svg";
filter: invert() hue-rotate(180deg);
}

@media (min-width: 1170px) {
@media (min-width: 1017px) {
.halves {
display: flex;
justify-content: space-between;
Expand Down
4 changes: 2 additions & 2 deletions src/components/HeroName.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface Props {
flex-direction: column;
font-size: var(--fontSizeHero);
overflow: hidden;
padding: 0.75rem 0.5rem 0.25rem;
padding: 0.75rem 0 0.25rem;
position: relative;
}

Expand Down Expand Up @@ -131,7 +131,7 @@ interface Props {
z-index: 1;
}

@media (min-width: 1170px) {
@media (min-width: 1017px) {
.details {
flex-direction: row;
margin-top: 2rem;
Expand Down

0 comments on commit bd3eb65

Please sign in to comment.