Skip to content

Latest commit

 

History

History
102 lines (82 loc) · 1.27 KB

layout.adoc

File metadata and controls

102 lines (82 loc) · 1.27 KB

Columns

Use [.columns] and [.column] for flex layout

[.columns]
== Slide title

[.column]
Column one content

[.column]
Column two content

Columns vcenter

Add .is-vcentered class to [.columns] for vertical align

600x400

Columns size

If you want to change the size of a single column, you can use one of the following classes:

  • is-three-quarters

  • is-two-thirds

  • is-half

  • is-one-third

  • is-one-quarter

  • is-full-column

The other columns will fill up the remaining space automatically.

ok
ok
ok
ok

Columns size

.is-one-quarter
.is-three-quarters
.is-one-third
.is-two-thirds
.is-half
.is-half
.is-full-column