Skip to content

Commit

Permalink
Styling update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabtreb committed Aug 22, 2024
1 parent 3733c16 commit 40bc664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/website/src/components/IntroVideo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function VideoSequence() {
// <div className={styles.videoContainer}>
<div>

<img src='img/omni-intro.png' width="90%"/>
<img src='img/omni-intro.png' width="1000px"/>

{/* <video ref={video1Ref} className={styles.video} controls style={{ display: 'block' }}>
<source src="/img/OmniDocsAnim.mp4" type="video/mp4" />
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ figcaption {
}

.cta-img {
width: 30%;
width: 80px;
height: auto;
}

Expand Down

0 comments on commit 40bc664

Please sign in to comment.