add constitution

This commit is contained in:
David Rodenkirchen
2024-05-27 11:43:20 +02:00
parent 2c51665da0
commit bf4f3721ee
4 changed files with 158 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ class NewsPost(rio.Component):
def __init__(self, header: str, article_text: Union[str, Path], date: str):
super().__init__()
self.align_y = 0
self.margin_top = 1
self.margin_top = 0
self.margin_bottom = 2
self.margin_right = 1
self._header = header
self._date = date