diff --git a/src/styles/feed.css b/src/styles/feed.css index c90f9c5..193476d 100644 --- a/src/styles/feed.css +++ b/src/styles/feed.css @@ -146,11 +146,10 @@ .feedPostsPostPreview { width: 100%; - border-radius: 10px; padding: 10px; display: flex; flex-direction: column; - border: solid 1px rgba(255,255,255,0.1); + border-bottom: solid 1px rgba(255,255,255,0.1); align-items: center; } @@ -162,7 +161,6 @@ justify-content: center; align-items: center; margin: 0 0 10px 0; - background: rgba(255,255,255,0.1); padding: 5px; border-radius: 6px; color: rgba(255,255,255,0.25);