remotes/1693045480750635534/spooky-22
Aevann1 2021-10-27 00:53:30 +02:00
parent 79164e40bc
commit 96e807a852
1 changed files with 11 additions and 8 deletions

View File

@ -274,16 +274,19 @@
{% block Banner %}
{% if '@' not in request.path %}
<style>
.banner {
margin-top: -3px;
}
@media (min-width: 992px) {
<style>
.banner {
margin-top: 10px !important;
margin-top: -3px;
}
}
</style>
@media (min-width: 992px) {
.banner {
margin-top: 10px !important;
}
}
</style>
TEST
<a rel="nofollow noopener noreferrer" href="{% if 'rama' in request.host %}https://secure.transequality.org/site/Donation2?df_id=1480{% else %}/{% endif %}">
<img loading="lazy" class="banner" src="/assets/images/{{'SITE_NAME' | app_config}}/{% if v %}banner.gif{% else %}cached.gif{% endif %}" width="100%">
</a>