File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,16 @@ module.exports = {
131
131
"accordion-up" : "accordion-up 0.2s ease-out" ,
132
132
rotate : "rotate 10s linear infinite" ,
133
133
} ,
134
+ typography : {
135
+ DEFAULT : {
136
+ css : {
137
+ "code::before" : false ,
138
+ "code::after" : false ,
139
+ "blockquote p:first-of-type::before" : false ,
140
+ "blockquote p:last-of-type::after" : false ,
141
+ } ,
142
+ } ,
143
+ } ,
134
144
} ,
135
145
} ,
136
146
plugins : [
Original file line number Diff line number Diff line change @@ -71,15 +71,12 @@ defmodule AlgoraWeb.Org.HomeLive do
71
71
< div class = "flex-1 space-y-2 " >
72
72
< div >
73
73
< h1 class = "text-2xl font-bold " > { @ org . name } </ h1 >
74
- < div
75
- class = "mt-1 text-muted-foreground max-w-none whitespace-pre-line [&_p]:m-0 prose prose-invert "
76
- style = "margin-top: -28px; "
77
- >
74
+ < div class = "mt-1 text-muted-foreground max-w-none prose prose-invert " >
78
75
{ Phoenix.HTML . raw ( Algora.Markdown . render ( @ org . bio ) ) }
79
76
</ div >
80
77
</ div >
81
78
82
- < div class = "flex gap-4 items-center " style = " margin-top: -28px; " >
79
+ < div class = "flex gap-4 items-center " >
83
80
<%= for { platform , icon } <- social_links ( ) ,
84
81
url = social_link ( @ org , platform ) ,
85
82
not is_nil ( url ) do %>
You can’t perform that action at this time.
0 commit comments