-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add margin-top to PlayWithUs, style YouTube video iframes
Added a 2rem top margin to the PlayWithUs section to improve spacing. Styled YouTube iframes in VideoAndGalleries with a border radius for better visual appeal. Attached the new class to the VideoContentYoutube component.
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,7 @@ | |
display: flex; | ||
width: 90%; | ||
gap:20px; | ||
margin-top: 2rem; | ||
} | ||
|
||
.ContentWithNav{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,3 +118,11 @@ | |
} | ||
|
||
|
||
.VideoContentYoutube{ | ||
|
||
|
||
iframe { | ||
border-radius: var(--border-radius-custom); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters