diff options
-rw-r--r-- | style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -262,6 +262,12 @@ img { max-width: 108px; } +.columns { + -webkit-column-count: 3; /* Chrome, Safari, Opera */ + -moz-column-count: 3; /* Firefox */ + column-count: 3; +} + td, th { padding: 0 1em 0 0; |