Skip to content

Commit d2dde54

Browse files
try again with columns!!
1 parent 5f20246 commit d2dde54

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
@@ -2,10 +2,10 @@
22

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

0 commit comments

Comments
 (0)