mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
fix bright corners in blog post header image
This commit is contained in:
@@ -158,7 +158,7 @@ layout: default
|
||||
|
||||
<img src="{{ page.image }}" title="{{ page.image_caption_title }}"
|
||||
alt="{{ page.image_caption_title }} {{ page.image_caption_description }}" class="rounded-lg"
|
||||
style="width: 100%; height: auto" />
|
||||
style="width: 100%; height: auto; background-color: transparent;" />
|
||||
</figure>
|
||||
|
||||
<div class="article-info">
|
||||
|
||||
Reference in New Issue
Block a user