diff --git a/frontend/src/app/home/home.component.css b/frontend/src/app/home/home.component.css index b93b414..44c1bf1 100644 --- a/frontend/src/app/home/home.component.css +++ b/frontend/src/app/home/home.component.css @@ -184,8 +184,8 @@ float: left; margin-right: 20px; display: block; - max-width: 300px; - max-height: 230px; + max-width: 200px; + max-height: 200px; width: auto; height: auto; } diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index a08b7b1..9d2c04f 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -91,7 +91,7 @@

Cohorts

Cohort Comparison @@ -156,7 +156,7 @@

StudyPicker

StudyPicker @@ -190,7 +190,7 @@

Ethnoracial Diversity

Ethnicity @@ -224,7 +224,7 @@

Feature Mappings

Feature Mapping @@ -293,7 +293,7 @@

Tools

Tools diff --git a/frontend/src/assets/home/StudyPicker.png b/frontend/src/assets/home/StudyPicker.png deleted file mode 100644 index c9527fb..0000000 Binary files a/frontend/src/assets/home/StudyPicker.png and /dev/null differ diff --git a/frontend/src/assets/home/cohorts.png b/frontend/src/assets/home/cohorts.png new file mode 100644 index 0000000..22678f8 Binary files /dev/null and b/frontend/src/assets/home/cohorts.png differ diff --git a/frontend/src/assets/home/comparison_cohorts.png b/frontend/src/assets/home/comparison_cohorts.png deleted file mode 100644 index 4a3473b..0000000 Binary files a/frontend/src/assets/home/comparison_cohorts.png and /dev/null differ diff --git a/frontend/src/assets/home/ethnoracial.png b/frontend/src/assets/home/ethnoracial.png new file mode 100644 index 0000000..d84c0d4 Binary files /dev/null and b/frontend/src/assets/home/ethnoracial.png differ diff --git a/frontend/src/assets/home/circle-viz.png b/frontend/src/assets/home/mappings.png similarity index 100% rename from frontend/src/assets/home/circle-viz.png rename to frontend/src/assets/home/mappings.png diff --git a/frontend/src/assets/home/study-picker.png b/frontend/src/assets/home/study-picker.png new file mode 100644 index 0000000..9630d26 Binary files /dev/null and b/frontend/src/assets/home/study-picker.png differ diff --git a/frontend/src/assets/home/tools.png b/frontend/src/assets/home/tools.png new file mode 100644 index 0000000..2b29698 Binary files /dev/null and b/frontend/src/assets/home/tools.png differ