summary refs log tree commit diff
path: root/styles/about.module.css
diff options
context:
space:
mode:
authorAshelyn Rose <git@tempest.dev>2023-05-09 03:13:56 -0600
committerAshelyn Rose <git@tempest.dev>2023-05-09 03:13:56 -0600
commitce289294a03a1eb28da48cdb4cddc5124053aaa3 (patch)
treed548b28165271d525ef672a4e92ed67cabe89442 /styles/about.module.css
parentc32753a06f454ef15011e8df8a2083b9cdc72f58 (diff)
about pages, added profile pictures
Diffstat (limited to 'styles/about.module.css')
-rw-r--r--styles/about.module.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/about.module.css b/styles/about.module.css
index 40a9b72..782c933 100644
--- a/styles/about.module.css
+++ b/styles/about.module.css
@@ -23,6 +23,7 @@
 .member img {
   display: block;
   width: 150px;
+  height: 150px;
   box-sizing: border-box;
   border: solid 4px var(--member-color);
   border-radius: 75px;