diff options
author | Ev Bogue <ev@evbogue.com> | 2019-12-15 14:48:00 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-12-15 14:48:00 -0600 |
commit | 69c84ce6edaa3dd48f29b26eb39cbbb0ba07fb01 (patch) | |
tree | 418aa0250cd42a726cb0655743ec3f7450bcfec7 /css | |
parent | d0d487baeec7f20cfe4fcfdfa583437c7ff43710 (diff) |
add images to all posts
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index bdd1c6b..1683032 100644 --- a/css/style.css +++ b/css/style.css @@ -228,8 +228,10 @@ form.search { text-decoration: none; } -.profileAvatar { width: 75px; vertical-align: top; border-radius: 5px; margin-right: .25em; margin-bottom: .25em;} -.avatar { width: 25px; height: 25px; vertical-align: middle; border-radius: 5px; margin-right: .2em; } +.profileAvatar { width: 75px; 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: .2em; } + +.image { width: 75px; height: 75px; object-fit: cover; margin-right: .2em; border-radius: 5px;} button { display: inline-block; |