Skip to content

Commit 6ec0c4f

Browse files
Stacked
1 parent 6b2aac5 commit 6ec0c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

veterans_codebook.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<style>
33
.col2 {
4-
column-gap: 250px; /* Increase the gap between columns */
5-
columns: 2 5px; /* number of columns and width in pixels*/
6-
-webkit-columns: 2 5px; /* chrome, safari */
7-
-moz-columns: 2 5px; /* firefox */
4+
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 */
88
body {
99
font-size: 10px; /* Set the desired font size for the entire document */
1010
}

0 commit comments

Comments
 (0)