Skip to content

Commit

Permalink
Merge pull request #15 from Southeastern-Louisiana-University/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Orethafrancis7 authored Apr 23, 2023
2 parents 54fc48b + 8e4f962 commit a0fc626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SP23.P03.Web/ClientApp/src/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ function About() {

</Col>
<Col>
<div className="homeImages flex">
<div className="homeImages flex" >
<div className="videoDiv">
<video src={video} autoPlay muted loop className='video'></video>
<video src={video} autoPlay muted loop className='video' alt='backgroundvideo'></video>
</div>



<img src={train} className='train' />
<img src={train} className='train' alt="train" />
</div>
</Col>
</Row>
Expand Down

0 comments on commit a0fc626

Please sign in to comment.