diff options
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -600,8 +600,8 @@ img { font-size: 15px; margin: 15px 0; background: #fafafa; - border-top-left-radius: 0; - border-bottom-left-radius: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } .comments { |
