Skip to content

Commit

Permalink
Refine website title and fix video link (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVampire authored Jun 25, 2024
1 parent 427dddc commit 789cc27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ body {
font-family: 'Google Sans', sans-serif;
}

.publication-title {
}

.publication-banner {
max-height: parent;
}
Expand All @@ -45,6 +42,9 @@ body {

.publication-title {
font-family: 'Google Sans', sans-serif;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}

.publication-authors {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3 class="title is-4">RDR2: Main Storyline</h3>
</div>
<div class="column">
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/pKkI5XB2YiQ?rel=0&amp;showinfo=0&autoplay=1&mute=1"
<iframe src="https://www.youtube.com/embed/ay5gBqzPcDE?autoplay=1&mute=1"
frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</div>
Expand Down

0 comments on commit 789cc27

Please sign in to comment.