Set width and height of main site hero image
This commit is contained in:
parent
4e64204e74
commit
4c165c7b0b
@ -1,7 +1,7 @@
|
||||
{% extends "global/hero.njk" %}
|
||||
|
||||
{% block heroImg %}
|
||||
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub">
|
||||
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub" width="900" height="300">
|
||||
{% endblock %}
|
||||
|
||||
{%- css %}.hero img { filter: drop-shadow(0.1rem 0.1rem 0.2rem black); }{% endcss %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user