Skip to content

Commit

Permalink
make setlist svg
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed May 28, 2024
1 parent a1897fc commit 515f176
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/FamilyTree.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/setlist.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,23 @@
grid-row: span 2;
}

/* CSS for adjusting the size of the family tree image */
.family-tree {
width: 70%;
}
/* CSS for smaller screens */
@media (max-width: 1200px) {
.family-tree {
width: 100%;
}
}

.setlist {
width: 50%;
}
@media (max-width: 1200px) {
.setlist {
width: 80%;
}
}
</style>
</head>

Expand Down Expand Up @@ -120,7 +127,7 @@ <h1 class="mt-5">How We Met</h1>

<div class="text-center">
<p style="font-size: small">~It's Love. It's Love, It always was, and it is, and it always will be Love.~</p>
<img src="images/setlist.png" width="70%" class="mx-auto d-block" alt="Set List" ondblclick="popImage(this.src)">
<img src="images/setlist.drawio.svg" class="mx-auto d-block setlist" style="border: 1rem solid white" alt="Set List" ondblclick="popImage(this.src)">
</div>

<div class="container mt-5">
Expand Down

0 comments on commit 515f176

Please sign in to comment.