add a bunch of people lol

This commit is contained in:
David Rodenkirchen
2024-05-27 18:30:38 +02:00
parent 1c47e088e8
commit 8e3c4c8b16
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class MemberCard(rio.Component):
def build(self) -> rio.Component:
contact_row = rio.Row()
content = rio.Column(
rio.Image(self._info.picture_path, height=9, margin_bottom=1.3),
rio.Image(self._info.picture_path, height=9, margin_bottom=1.3, margin_top=0.8),
rio.Text(self._info.name, margin_bottom=0.4, style=rio.TextStyle(font_weight="bold")),
rio.Text(self._info.position, margin_bottom=0.4, style=rio.TextStyle(italic=True)),
rio.Text(f"Mitglied seit {self._info.entry_date}", style=rio.TextStyle(italic=True), margin_bottom=0.4),