📃 Add half-column style

This commit is contained in:
Jérôme Petazzoni
2024-11-20 02:47:08 +01:00
parent 8ea09e93ee
commit 3ab190710f

View File

@@ -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%;
}