Skip to content

Commit 3b4c9fb

Browse files
authored
Update data_processing.md
1 parent 4a7c40c commit 3b4c9fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data_processing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ We knew that it was important to maintain the conceptual indicator/driver struct
7676
<style>
7777
.gis-photo {
7878
float: left;
79-
width: 200px;
80-
height: 200px;
79+
width: 250px;
80+
height: 250px;
8181
object-fit: cover;
8282
margin-right: 20px;
8383
}
8484
.crosswalk-photo {
8585
float: left;
86-
width: 200px;
87-
height: 200px;
86+
width: 250px;
87+
height: 250px;
8888
object-fit: cover;
8989
margin-right: 20px;
9090
}

0 commit comments

Comments
 (0)