Skip to content

Commit

Permalink
moved video frame down
Browse files Browse the repository at this point in the history
  • Loading branch information
j-paterson committed Sep 12, 2024
1 parent bc17c5d commit f905caa
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
Binary file modified src/assets/cadets/Jesse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/cadets/Ryan3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/cadets/Tom.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/cadets/Vlad.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/cadets/Willy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/pages/HomePage/views/PublicPoolView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</info-bar>
<iframe
src="https://drive.google.com/file/d/1iL23mwo8saM7eBdCfwQuoBw6kPBEVVj8/preview"
width="640"
width="640"
height="360"
allow="autoplay; fullscreen"
class="video-iframe"
Expand Down Expand Up @@ -260,6 +260,7 @@ const dashboardIndicators = computed<InfoDashboardType.Indicator[]>(() => [
}
.video-iframe {
display: flex;
order: 3;
width: 100%;
height: auto;
Expand All @@ -268,7 +269,7 @@ const dashboardIndicators = computed<InfoDashboardType.Indicator[]>(() => [
@media (min-width: 1280px) {
grid-column: 2;
grid-row: 2;
grid-row: 5;
align-self: start;
margin-top: -10.5rem;
max-width: none;
Expand Down

0 comments on commit f905caa

Please sign in to comment.