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 6b2aac5 commit 6ec0c4fCopy full SHA for 6ec0c4f
veterans_codebook.md
@@ -1,10 +1,10 @@
1
2
<style>
3
.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 */
+ 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 */
8
body {
9
font-size: 10px; /* Set the desired font size for the entire document */
10
}
0 commit comments