diff --git a/Changelog.md b/Changelog.md index c31814b..80cd1bd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ This document attempts to describe the history of changes to the Seekia Website codebase. Small and insignificant changes may not be included in this log. +* Improved the sizes of the index page app screenshots. - *Simon Sarasova* * Implemented various improvements to the About, Download, and Index pages. - *Simon Sarasova* * Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. - *Simon Sarasova* * Improved the Index and About pages. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index a47ee29..12275e2 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 14 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 15 \ No newline at end of file diff --git a/resources/style.css b/resources/style.css index 8b7aeac..f5c156a 100644 --- a/resources/style.css +++ b/resources/style.css @@ -302,37 +302,37 @@ a:hover{ .homePageScreenshot{ - width:70%; + width:80%; border:solid 0.15em; margin:1.2em; } .eyeColorDesiresScreenshot{ - width:50%; - border:solid 0.15em; - margin:1.2em; -} - -.ancestryCompositionScreenshot{ - width:60%; + width:55%; border:solid 0.15em; margin:1.2em; } .racialSimilarityScreenshot{ - width:60%; + width:63%; + border:solid 0.15em; + margin:1.2em; +} + +.ancestryCompositionScreenshot{ + width:70%; border:solid 0.15em; margin:1.2em; } .offspringDiseaseProbabilitiesScreenshot{ - width:70%; + width:80%; border:solid 0.15em; margin:1.2em; } .totalDiseaseRiskScreenshot{ - width:70%; + width:75%; border:solid 0.15em; margin:1.2em; }