File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
<li >
22
22
<Anchor
23
23
href =" https://discord.com/invite/qJgv2p9Ebf"
24
- class =" bg -discord-200! hover:bg -discord-400! "
24
+ class =" text -discord-200 hover:text -discord-400 mb-0 "
25
25
variant ={AnchorVariant .Custom }
26
26
size ={AnchorSize .Small }
27
27
icon ={Discord }>Discord</Anchor
Original file line number Diff line number Diff line change 47
47
<h3 class ="text-gray-800 text-lg" >{entry .title }</h3 >
48
48
<p class ="text-gray-700" >{entry .body }</p >
49
49
</article >
50
- <footer class =" text-gray-600 flex justify-between items-center" >
51
- <Anchor href ={entry .url } size ={AnchorSize .Small }>Read more</Anchor
52
- >
53
- <div class =" flex space-x-4 items-center" >
50
+ <footer class =" text-gray-600 flex flex-col md:flex-row items-start md:items- center justify-between " >
51
+ <Anchor class = "text-left" href ={entry .url } size ={AnchorSize .Small }>Read more</Anchor
52
+ >
53
+ <div class =" flex space-x-4 items-center md:justify-end justify-between md:w-max w-full " >
54
54
<time class ="text-sm" datetime ={entry .date .toISOString ()}
55
55
>{entry .date .toDateString ()}</time
56
56
>
You can’t perform that action at this time.
0 commit comments