image tweaks
This commit is contained in:
parent
dc21ee71e4
commit
116c17e7e9
2 changed files with 6 additions and 3 deletions
|
@ -50,6 +50,11 @@ main {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-content img {
|
||||||
|
min-width: 66%;
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
|
|
||||||
.service .label h3 {
|
.service .label h3 {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -16,9 +16,7 @@
|
||||||
<a class="service status-{{ service.get_status.value }}" href="{{ service.url }}">
|
<a class="service status-{{ service.get_status.value }}" href="{{ service.url }}">
|
||||||
<section class="service-content">
|
<section class="service-content">
|
||||||
{% if service.image_or_favicon %}
|
{% if service.image_or_favicon %}
|
||||||
<div class="image">
|
<img src="{{ service.image_or_favicon }}" alt="image for {{ service }}"/>
|
||||||
<img src="{{ service.image_or_favicon }}" alt="image for {{ service }}"/>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="label">
|
<div class="label">
|
||||||
<h3>{{ service.short_name }}</h3>
|
<h3>{{ service.short_name }}</h3>
|
||||||
|
|
Loading…
Reference in a new issue