@@ -92,9 +92,9 @@ defmodule AlgoraWeb.Org.JobsLive do
92
92
</ div >
93
93
94
94
<%= if not Enum . empty? ( @ media ) do %>
95
- < div class = "max-w-xl mx-auto mt-8 flex flex-col lg:flex- row justify-center gap-4 " >
95
+ < div class = "max-w-xl mx-auto mt-8 flex flex-row justify-center gap-4 " >
96
96
<%= for media <- @ media |> Enum . take ( 3 ) do %>
97
- < div class = "lg: w-1/3 aspect-video w-full rounded-lg overflow-hidden " >
97
+ < div class = "w-1/3 aspect-video w-full rounded-lg overflow-hidden " >
98
98
<%= if media . url |> String . contains? ( "youtube" ) do %>
99
99
< . modal_video
100
100
src = { media . url }
@@ -127,7 +127,7 @@ defmodule AlgoraWeb.Org.JobsLive do
127
127
< . card class = "mt-4 flex flex-col p-6 " >
128
128
< div class = "grid gap-8 " >
129
129
<%= for job <- @ jobs do %>
130
- < div class = "flex flex-col md:flex-row md:items-center justify-between gap-2 " >
130
+ < div class = "flex flex-col md:flex-row md:items-center justify-between gap-4 " >
131
131
< div >
132
132
< div >
133
133
<%= if @ current_user_role in [ :admin , :mod ] do %>
@@ -169,7 +169,7 @@ defmodule AlgoraWeb.Org.JobsLive do
169
169
< div class = "pt-2 flex flex-wrap gap-2 " >
170
170
<%= for tech <- job . tech_stack do %>
171
171
< . badge variant = "outline " >
172
- < . avatar class = "w-4 h-4 invert saturate-0 mr-1.5 rounded-sm " >
172
+ < . avatar class = "w-4 h-4 invert saturate-0 mr-1 rounded-sm " >
173
173
< . avatar_image src = { "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ String . downcase ( tech ) } /#{ String . downcase ( tech ) } -original.svg" } />
174
174
< . avatar_fallback >
175
175
{ Algora.Util . initials ( tech ) }
0 commit comments