mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
use 100% width for devlog images
This commit is contained in:
parent
2e9ff2c94b
commit
596131e7d8
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
{% else %}
|
||||
{% assign url = post.url | append: post.image %}
|
||||
{% endif %}
|
||||
<img src="{{ url }}" class="devlog-image" width="90%" alt="Cover image for post {{ post.title }}">
|
||||
<img src="{{ url }}" class="devlog-image" width="100%" alt="Cover image for post {{ post.title }}">
|
||||
{% endif %}
|
||||
<h4 class="devlog-title">{{ post.title }}</h4>
|
||||
<div class="text-muted">{{ post.date | date_to_string }}</div>
|
||||
|
|
|
@ -159,7 +159,6 @@ a:visited.wide-link {
|
|||
}
|
||||
|
||||
.devlog-image {
|
||||
width: 90%;
|
||||
max-height: 120px;
|
||||
object-fit: cover;
|
||||
margin-bottom: 10px;
|
||||
|
|
Loading…
Reference in a new issue