aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 8a80bdb..b16696f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -104,12 +104,31 @@ nav {
grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
}
+.members-grid-2 {
+ grid-template-columns: repeat(2, 1fr);
+ max-width: 400px;
+ margin: 0 auto 2rem;
+}
+
+.members-grid-4 {
+ grid-template-columns: repeat(4, 1fr);
+}
+
+.committee-card {
+ text-align: center;
+}
+
/* MEMBER */
+.member-card {
+ text-align: center;
+}
+
.member-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
+ margin: 0 auto;
}
.member-avatar img {