aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2020-01-11 07:43:32 -0600
committerEv Bogue <ev@evbogue.com>2020-01-11 07:43:32 -0600
commit2995dfc6982846494f493a5eb1dc7ffc2e3687c1 (patch)
tree6709577d6b8643643740c744fca915ea253adb52 /css
parentdac0064cf55e6a3f9321ea78875bfe8ca9952fc3 (diff)
finish adding backgrounds
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 26784e7..cfa5012 100644
--- a/css/style.css
+++ b/css/style.css
@@ -240,7 +240,7 @@ form.search {
text-decoration: none;
}
-.profileAvatar { width: 75px; vertical-align: top; border-radius: 5px; object-fit: cover; margin-right: .25em; margin-bottom: .25em;}
+.profileAvatar { width: 95px; height: 95px; vertical-align: top; border-radius: 5px; object-fit: cover; margin-right: .25em; margin-bottom: .25em;}
.avatar { width: 25px; height: 25px; vertical-align: middle; object-fit: cover; border-radius: 5px; margin-right: .5em; }
.image { width: 75px; height: 75px; object-fit: cover; margin-right: .2em; border-radius: 5px; cursor: pointer;}