Skip to content

Commit c12c658

Browse files
?? attempt? something?
1 parent 49d19f8 commit c12c658

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

sheltered_codebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<style>
33
.col2 {
4-
column-gap: 100px; /* Increase the gap between columns */
4+
column-gap: 750px; /* Increase the gap between columns */
55
columns: 2 50px; /* number of columns and width in pixels*/
66
-webkit-columns: 2 50px; /* chrome, safari */
77
-moz-columns: 2 50px; /* firefox */

vehicles_codebook.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11

22
<style>
33
.col2 {
4-
column-gap: 100px; /* Increase the gap between columns */
5-
columns: 2 50px; /* number of columns and width in pixels*/
6-
-webkit-columns: 2 50px; /* chrome, safari */
7-
-moz-columns: 2 50px; /* firefox */
8-
9-
}
4+
column-gap: 1000px; /* Increase the gap between columns */
5+
columns: 2 100px; /* number of columns and width in pixels*/
6+
-webkit-columns: 2 100px; /* chrome, safari */
7+
-moz-columns: 2 100px; /* firefox */
8+
109
</style>
1110

1211
# Living in Vehicles vs. Not Living in Vehicles Codebook

veterans_codebook.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<style>
33
.col2 {
44
column-gap: 500px; /* Increase the gap between columns */
5-
columns: 2 50px; /* number of columns and width in pixels*/
6-
-webkit-columns: 2 50px; /* chrome, safari */
7-
-moz-columns: 2 50px; /* firefox */
8-
body {
9-
font-size: 10px; /* Set the desired font size for the entire document */
10-
}
11-
}
5+
columns: 2 100px; /* number of columns and width in pixels*/
6+
-webkit-columns: 2 100px; /* chrome, safari */
7+
-moz-columns: 2 100px; /* firefox */
8+
129
</style>
1310

1411
# Veterans vs. Non-Veterans Codebook

0 commit comments

Comments
 (0)