]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - columns.css
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / columns.css
1 #content {
2   column-width: 15em;
3   -moz-column-width: 15em;
4   -webkit-column-width: 15em;
5   column-gap: 1em;
6   -moz-column-gap: 1em;
7   -webkit-column-gap: 1em;
8 }