diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-05-09 03:13:56 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-05-09 03:13:56 -0600 |
commit | ce289294a03a1eb28da48cdb4cddc5124053aaa3 (patch) | |
tree | d548b28165271d525ef672a4e92ed67cabe89442 /styles | |
parent | c32753a06f454ef15011e8df8a2083b9cdc72f58 (diff) |
about pages, added profile pictures
Diffstat (limited to 'styles')
-rw-r--r-- | styles/about.module.css | 1 |
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; |