Skip to content

Commit 029321b

Browse files
Add cols one more time
1 parent d2dde54 commit 029321b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

veterans_codebook.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
<style>
44
.col2 {
5-
column-gap: 500px; /* Increase the gap between columns */
6-
columns: 2 50px; /* number of columns and width in pixels*/
7-
-webkit-columns: 2 50px; /* chrome, safari */
8-
-moz-columns: 2 50px; /* firefox */
9-
body {
10-
font-size: 10px; /* Set the desired font size for the entire document */
11-
}
5+
column-gap: 50px; /* Increase the gap between columns */
6+
columns: 2 100px; /* number of columns and width in pixels*/
7+
-webkit-columns: 2 100px; /* chrome, safari */
8+
-moz-columns: 2 100px; /* firefox */
129
}
1310
</style>
1411

0 commit comments

Comments
 (0)