Skip to content

Commit

Permalink
rounded corners for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Nov 29, 2024
1 parent 5e033a3 commit 127c915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/[lang]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ function Landing() {
{/* Video presentation section */}
{course.videoUrl && (
<div className="pt-5 mt-4 container" id="video">
<div className="embed-responsive embed-responsive-16by9">
<div
className="embed-responsive embed-responsive-16by9"
style={{ borderRadius: 15 }}>
<iframe
title="a video presentation of the course"
frameBorder="1"
Expand Down

0 comments on commit 127c915

Please sign in to comment.