Improved the sizes of the index page app screenshots.

This commit is contained in:
Simon Sarasova 2024-05-04 12:44:02 +00:00
parent 5bd8ac6517
commit eac41547c2
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
3 changed files with 13 additions and 12 deletions

View file

@ -3,6 +3,7 @@
This document attempts to describe the history of changes to the Seekia Website codebase. 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. 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* * 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* * Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. - *Simon Sarasova*
* Improved the Index and About pages. - *Simon Sarasova* * Improved the Index and About pages. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase.
Name | Date Of First Commit | Number Of Commits Name | Date Of First Commit | Number Of Commits
--- | --- | --- --- | --- | ---
Simon Sarasova | April 10, 2024 | 14 Simon Sarasova | April 10, 2024 | 15

View file

@ -302,37 +302,37 @@ a:hover{
.homePageScreenshot{ .homePageScreenshot{
width:70%; width:80%;
border:solid 0.15em; border:solid 0.15em;
margin:1.2em; margin:1.2em;
} }
.eyeColorDesiresScreenshot{ .eyeColorDesiresScreenshot{
width:50%; width:55%;
border:solid 0.15em;
margin:1.2em;
}
.ancestryCompositionScreenshot{
width:60%;
border:solid 0.15em; border:solid 0.15em;
margin:1.2em; margin:1.2em;
} }
.racialSimilarityScreenshot{ .racialSimilarityScreenshot{
width:60%; width:63%;
border:solid 0.15em;
margin:1.2em;
}
.ancestryCompositionScreenshot{
width:70%;
border:solid 0.15em; border:solid 0.15em;
margin:1.2em; margin:1.2em;
} }
.offspringDiseaseProbabilitiesScreenshot{ .offspringDiseaseProbabilitiesScreenshot{
width:70%; width:80%;
border:solid 0.15em; border:solid 0.15em;
margin:1.2em; margin:1.2em;
} }
.totalDiseaseRiskScreenshot{ .totalDiseaseRiskScreenshot{
width:70%; width:75%;
border:solid 0.15em; border:solid 0.15em;
margin:1.2em; margin:1.2em;
} }