Skip to content

Commit 4461efb

Browse files
committed
Moar mobile tweaks - footer
1 parent 6d319a7 commit 4461efb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/_layouts/default.erb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@
6262
</div>
6363
<p class="text-label-mono font-label-mono text-on-surface-variant">The Arizona Ruby User Group</p>
6464
</div>
65-
<div class="text-on-surface-variant text-label-mono font-label-mono flex items-center gap-4">
66-
<span>©
67-
<%= Time.now.year %> Ruby::AZ. Built with 💎, ❤️ and lots of ☀️</span>
68-
<span class="text-outline-variant">|</span>
65+
<div class="text-on-surface-variant text-label-mono font-label-mono flex flex-col md:flex-row items-center gap-2 md:gap-4 text-center">
66+
<span>© <%= Time.now.year %> Ruby::AZ. Built with 💎, ❤️ and lots of ☀️</span>
67+
<span class="text-outline-variant hidden md:inline">|</span>
6968
<a href="/feed.xml" target="_blank" class="flex items-center gap-1 hover:text-secondary transition-colors" title="RSS Feed">
7069
<span class="material-symbols-outlined text-[18px]">rss_feed</span>
7170
RSS

0 commit comments

Comments
 (0)