Skip to content

Commit

Permalink
fix: responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
grv-saini-20 committed Nov 8, 2024
2 parents fb7e2ac + 4063691 commit 0a0c0ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion css/mohaliciticentre.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

* {
margin: 0;
padding: 0;
Expand All @@ -23,12 +25,12 @@ header {
}
.md-sys-filled-button {
padding: 10px 40px;
font-family: 'Geologica', sans-serif;
}

.button {
margin-block: 3rem;
text-align: center;

}
section {
margin-block: 4rem;
Expand Down
3 changes: 3 additions & 0 deletions css/spshelios.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

* {
margin: 0;
padding: 0;
Expand All @@ -23,6 +25,7 @@ header {
}
.md-sys-filled-button {
padding: 10px 40px;
font-family: 'Geologica', sans-serif;
}

.button {
Expand Down
Binary file added images/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions js/video-modal-component.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export class VideoModal extends HTMLElement {
crossorigin
playsinline
muted
poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg"
poster="https://raw.githubusercontent.com/CybTekk-LLP/DWC-card/refs/heads/main/poster.png"
>
<source
src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4"
src="../videos/video.mp4"
type="video/mp4"
/>
</video>
Expand Down
Binary file added videos/video.mp4
Binary file not shown.

0 comments on commit 0a0c0ab

Please sign in to comment.