File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -230,17 +230,19 @@ export default function Home() {
230230 href = "#"
231231 icon = "more"
232232 />
233- < h3 className = "font-bold text-2xl md:text-4xl tracking-tight mb-4 mt-8 text-black dark:text-white" >
234- Tech Talks
235- </ h3 >
236- < Talks
237- title = { `Crafting the perfect portfolio website for developers` }
238- description = { ` Talked about how to effectively utilise a portfolio website to
233+ < div className = " my-6 md:my-10" >
234+ < h3 className = "font-bold text-2xl md:text-4xl tracking-tight mb-4 mt-8 text-black dark:text-white" >
235+ Tech Talks
236+ </ h3 >
237+ < Talks
238+ title = { `Crafting the perfect portfolio website for developers` }
239+ description = { ` Talked about how to effectively utilise a portfolio website to
239240 put yourself in the best position to win.` }
240- company = { `roc8.careers` }
241- image = { `/talks/roc8.png` }
242- url = { `https://www.youtube.com/watch?v=yKVCl1jFkQQ` }
243- />
241+ company = { `roc8.careers` }
242+ image = { `/talks/roc8.png` }
243+ url = { `https://www.youtube.com/watch?v=yKVCl1jFkQQ` }
244+ />
245+ </ div >
244246
245247 < Timeline />
246248 < Contact />
You can’t perform that action at this time.
0 commit comments