add constitution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user