diff --git a/slides/workshop.css b/slides/workshop.css index ffe05140..dcddd144 100644 --- a/slides/workshop.css +++ b/slides/workshop.css @@ -221,3 +221,10 @@ td { padding: 0.1em 0.5em; background: #eee; } + +/* Use this to layout a slide in two columns */ +.column-half { + float: left; + width: 50%; +} +