File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
"docker:push" : " docker push nemanjamitic/nemanjam.github.io" ,
28
28
"pi" : " yarn build:nginx:pi && yarn deploy:nginx:pi" ,
29
29
"nginx" : " yarn build:nginx && yarn deploy:nginx" ,
30
- "tunnel" : " ssh -R *:1082 :localhost:3000 amd1c" ,
30
+ "tunnel" : " ssh -R *:1081 :localhost:3000 amd1c" ,
31
31
"dc:up" : " docker compose up --build --force-recreate -d"
32
32
},
33
33
"dependencies" : {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const firstName = AUTHOR_NAME.split(' ')[0];
27
27
28
28
<footer class =" border-t border-base-300 py-8 px-4" >
29
29
<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 " >
31
31
<!-- left column -->
32
32
<div class =" flex items-center gap-2 flex-wrap text-sm text-content whitespace-nowrap" >
33
33
<div class =" flex items-center gap-2" >
@@ -44,7 +44,7 @@ const firstName = AUTHOR_NAME.split(' ')[0];
44
44
45
45
<!-- right column -->
46
46
<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 "
48
48
>
49
49
<li >
50
50
<Link
You can’t perform that action at this time.
0 commit comments