diff --git a/frontend/index.css b/frontend/index.css index a4e9322..bdb46b3 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -53,3 +53,7 @@ a { #licenses p { margin: 0; } + +.fs-7 { + font-size: .75rem !important; +} \ No newline at end of file diff --git a/views/people.html b/views/people.html index 10506bb..a6c6d02 100644 --- a/views/people.html +++ b/views/people.html @@ -1,7 +1,7 @@ {% extends "layouts/main.html" %} {% block main %} -
| Nom | -Adresse | -Section | -
|---|---|---|
| - {% if Person.IsMember %} - - {{ Person.LastName }} {{ Person.FirstName }} - - {% else %} - - {{ Person.LastName }} {{ Person.FirstName }} - - {% endif %} - | -- {{ Person.Address1 }} - {% if Person.Address1 and (Person.PostalCode or Person.City) %} - – - {% endif %} - {{ Person.PostalCode }} - {{ Person.City }} - | -- {% if Person.SectionID %} - {{ Person.Section.Name }} - {% endif %} - | -