diff --git a/images/FamilyTree.drawio.png b/images/FamilyTree.drawio.png new file mode 100644 index 0000000..f9ae9ee Binary files /dev/null and b/images/FamilyTree.drawio.png differ diff --git a/story.html b/story.html index b07bd59..b3c5367 100644 --- a/story.html +++ b/story.html @@ -58,6 +58,17 @@ grid-column: span 2; grid-row: span 2; } + + /* CSS for adjusting the size of the family tree image */ + .family-tree { + width: 768px; + } + /* CSS for smaller screens */ + @media (max-width: 1000px) { + .family-tree { + width: 100%; + } + } @@ -251,6 +262,11 @@