mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
update css
This commit is contained in:
parent
deb17ce465
commit
88f08a6d04
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
{% else %}
|
||||
{% assign url = post.url | append: post.image %}
|
||||
{% endif %}
|
||||
<img src="{{ url }}" class="devlog-image" alt="Cover image for post {{ post.title }}">
|
||||
<img src="{{ url }}" 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>
|
||||
|
|
|
@ -158,7 +158,7 @@ a:visited.wide-link {
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.devlog-image {
|
||||
.devlog img {
|
||||
width: 90%;
|
||||
max-height: 120px;
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Reference in a new issue