diff --git a/client/project.ls b/client/project.ls index 0ad731a..2f1cc7f 100644 --- a/client/project.ls +++ b/client/project.ls @@ -41,14 +41,10 @@ Project = (self, todod-ws, users) -> h \div.column { key: column.id } [ - h \div.card { key: self.id } [ - h \div.cart-head [ - h \p.title.is-4 [ column.titleĀ ] - ] - h \div.card-content { key: self.id } [ - for task in tasks-to-display - task.render! - ] + h \div.box { key: self.id } [ + h \p.title.is-4 [ column.titleĀ ] + for task in tasks-to-display + task.render! ] ]