Skip to content

Commit

Permalink
Fixed visual bugs on Mobile
Browse files Browse the repository at this point in the history
Fixed Footer & Sponsor bugs
  • Loading branch information
RJMurg authored Oct 3, 2024
2 parents 99ee1f3 + 1b69940 commit ba8e07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br />{{ site.society.tagline }}
</p>
</aside>
<div class="absolute items-center grid-flow-col md:place-self-center md:justify-self-center">
<div class="md:absolute items-center grid-flow-col md:place-self-center md:justify-self-center">
<a href="https://github.com/redbrick/atlas" rel="noreferrer" target="_blank" class="transition hover:opacity-75">
{{site.footer.credit}}
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/home/sections/sponsors.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div data-sponsor-card class="indicator overflow-visible">
<div class="relative overflow-hidden">
<a href="{{ sponsor.link }}" class="flex flex-col items-center">
<img class="-z-10 w-40 object-cover object-center" src="{{ sponsor.image }}" alt="{{ sponsor.name }} Logo" />
<img class="w-40 object-cover object-center" src="{{ sponsor.image }}" alt="{{ sponsor.name }} Logo" />
<div class="bottom-0 w-full p-2 sponsor-name">
<p class="text-center md:text-lg flex hover:text-primary transition-all">
{{ sponsor.name }}
Expand Down

0 comments on commit ba8e07b

Please sign in to comment.