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 d2dde54 commit 029321bCopy full SHA for 029321b
veterans_codebook.md
@@ -2,13 +2,10 @@
2
3
<style>
4
.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
- }
+ column-gap: 50px; /* Increase the gap between columns */
+ columns: 2 100px; /* number of columns and width in pixels*/
+ -webkit-columns: 2 100px; /* chrome, safari */
+ -moz-columns: 2 100px; /* firefox */
12
}
13
</style>
14
0 commit comments