new video

This commit is contained in:
Martin Quarda 2024-03-18 15:45:52 +01:00
parent 93d4a3a4d8
commit 7806c48e1d
2 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ class Main extends Component {
</div>
<button type="submit" class="btn btn-primary">Odeslat</button>
</form>*/}
<div class="container kontakt text-center social">
<div class="container text-center social">
<div class="row">
<a class="col-lg-3" style={{"color": "black"}} href="mailto:info@alkator.cz"><b>info@alkator.cz</b></a>
<a class="col-lg-3" href="https://www.facebook.com/AlkatorRace"><img height="40px" src="/public/fb_logo.svg" /></a>
@ -191,7 +191,7 @@ class Main extends Component {
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/H1UeXTBpsXw?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div>
<div class="container video">
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/7WB4J_j-VhM?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
<iframe width="100%" height="800px" src="https://www.youtube.com/embed/v3r2IAPdFFQ?si=kkh2_BBJXw56gVaP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div>
<div class="container text">
: 212 44 863<br />

View File

@ -49,7 +49,7 @@ form.container{
top: 0px;
}
.kontakt > div > a {
.social > div > a {
margin:auto;
padding: 10px;
}