11---
22layout : null
3- title : Vitis Gap Analysis and Species Distribution Models
3+ title : Vitis Gap Analysis and Species Distribution Models
44---
55<style >
6+ /* Base Container */
7+ body {
8+ font-family : -apple-system , BlinkMacSystemFont, " Segoe UI" , Helvetica , Arial , sans-serif ;
9+ line-height : 1.6 ;
10+ color : #24292e ;
11+ max-width : 1000px ;
12+ margin : 0 auto ;
13+ padding : 20px ;
14+ }
15+
16+ /* Image Banner - FLEXBOX SETUP */
617 .image-banner {
7- display : grid ;
8- grid-template-columns : repeat ( 3 , 1 fr ); /* FORCES 3 COLUMNS */
18+ display : flex ; /* Enables horizontal layout */
19+ justify-content : space-between ;
920 gap : 20px ;
1021 margin-top : 25px ;
1122 margin-bottom : 30px ;
1223 width : 100% ;
1324 }
1425
15- .image-banner a {
16- display : block ;
17- text-decoration : none ;
26+ /* TARGET IMAGES DIRECTLY (Since you removed the links) */
27+ .image-banner img {
28+ flex : 1 ; /* Each image grows equally */
29+ width : 100% ; /* Fills its flex slot */
30+ height : 200px ; /* Fixed height for uniformity */
31+ object-fit : cover ; /* Crops image to fit the box */
1832 border-radius : 8px ;
19- overflow : hidden ;
2033 box-shadow : 0 2px 5px rgba (0 ,0 ,0 ,0.15 );
21- transition : transform 0.2s ;
22- }
23-
24- .image-banner a :hover {
25- transform : translateY (-3px );
26- opacity : 0.9 ;
34+ display : block ;
2735 }
2836
29- .image-banner img {
30- width : 100% ;
31- height : 200px ; /* Keeps height consistent */
32- object-fit : cover ; /* Crops image to fit */
33- display : block ;
37+ /* Responsive: Stack on mobile */
38+ @media (max-width : 768px ) {
39+ .image-banner {
40+ flex-direction : column ;
41+ }
42+ .image-banner img {
43+ height : 150px ;
44+ }
3445 }
46+
47+ /* Grid for Species Links */
3548 .species-grid {
3649 display : grid ;
3750 grid-template-columns : repeat (auto-fill , minmax (250px , 1fr ));
@@ -74,8 +87,6 @@ title: Vitis Gap Analysis and Species Distribution Models
7487 }
7588</style >
7689
77- # Vitis Gap Analysis and Species Distribution Models
78-
7990[ ← Back to Home] ( home )
8091
8192<div class =" alert-box " >
@@ -88,11 +99,7 @@ These reports aggregate data across all species within the genus native to North
8899<a href =" m/run08282025_1k_Summary.html " class =" btn-main " target =" _blank " > Distributions & Gap Analysis</a >
89100<a href =" m/run08282025_1k_boxPlotSummary.html " class =" btn-main " target =" _blank " > Ecogeographic Descriptions</a >
90101
91- <div class =" image-banner " >
92- <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/59477130/medium.jpeg " alt =" Vitis riparia " >
93- <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/236997516/original.jpg " alt =" Vitis arizonica " >
94- <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/221992855/original.jpg " alt =" Vitis labrusca " >
95- </div >
102+ <div class =" image-banner " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/59477130/medium.jpeg " alt =" Vitis riparia " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/236997516/original.jpg " alt =" Vitis arizonica " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/221992855/original.jpg " alt =" Vitis labrusca " ></div >
96103
97104<br ><br >
98105
@@ -142,6 +149,4 @@ Select a species to view specific distribution models and gap analysis data.
142149 <div class =" species-card " ><a href =" m/Vitis x champinii_Summary_fnaFilter.html " target =" _blank " >Vitis x champinii</a ></div >
143150 <div class =" species-card " ><a href =" m/Vitis x doaniana_Summary_fnaFilter.html " target =" _blank " >Vitis x doaniana</a ></div >
144151 <div class =" species-card " ><a href =" m/Vitis x novae-angliae_Summary_fnaFilter.html " target =" _blank " >Vitis x novae-angliae</a ></div >
145- </div >
146-
147- <br >
152+ </div >
0 commit comments