We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f20246 commit d2dde54Copy full SHA for d2dde54
veterans_codebook.md
@@ -2,10 +2,10 @@
2
3
<style>
4
.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 */
+ column-gap: 500px; /* Increase the gap between columns */
+ columns: 2 50px; /* number of columns and width in pixels*/
+ -webkit-columns: 2 50px; /* chrome, safari */
+ -moz-columns: 2 50px; /* firefox */
9
body {
10
font-size: 10px; /* Set the desired font size for the entire document */
11
}
0 commit comments