diff options
Diffstat (limited to 'Project-Unite/Content')
| -rw-r--r-- | Project-Unite/Content/Site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index fa3b04e..de84403 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -2,6 +2,10 @@ /* padding-top: 50px; */ padding-bottom: 20px; } +/*make avatars rounded*/ +.avatar { + border-radius: 100%; +} /* Set padding to keep content from hitting the edges */ .body-content { |
