Skip to content

Commit 2da1449

Browse files
committed
truncated footer links working, for reminder
1 parent 85a8db0 commit 2da1449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docker:push": "docker push nemanjamitic/nemanjam.github.io",
2828
"pi": "yarn build:nginx:pi && yarn deploy:nginx:pi",
2929
"nginx": "yarn build:nginx && yarn deploy:nginx",
30-
"tunnel": "ssh -R *:1082:localhost:3000 amd1c",
30+
"tunnel": "ssh -R *:1081:localhost:3000 amd1c",
3131
"dc:up": "docker compose up --build --force-recreate -d"
3232
},
3333
"dependencies": {

src/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const firstName = AUTHOR_NAME.split(' ')[0];
2727

2828
<footer class="border-t border-base-300 py-8 px-4">
2929
<div class="max-w-6xl md:mx-auto flex justify-center md:justify-start">
30-
<div class="flex justify-between gap-4 flex-col-reverse md:flex-row md:w-full">
30+
<div class="flex justify-between gap-4 flex-col-reverse md:flex-row md:w-full min-w-0">
3131
<!-- left column -->
3232
<div class="flex items-center gap-2 flex-wrap text-sm text-content whitespace-nowrap">
3333
<div class="flex items-center gap-2">
@@ -44,7 +44,7 @@ const firstName = AUTHOR_NAME.split(' ')[0];
4444

4545
<!-- right column -->
4646
<ul
47-
class="flex gap-2 flex-wrap xs:flex-nowrap lg:items-center [&_span]:hidden [&_span]:xs:block"
47+
class="flex gap-2 flex-nowrap lg:items-center [&_li]:shrink [&_li]:min-w-0 [&_a]:min-w-0 [&_span]:truncate [&_span]:shrink [&_span]:min-w-0"
4848
>
4949
<li>
5050
<Link

0 commit comments

Comments
 (0)