Skip to content

Commit

Permalink
quality
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 30, 2024
1 parent ebf2c83 commit 099115f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions lacommunaute/static/stylesheets/itou_communaute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
border-radius: 50%;
overflow: hidden;

>img {
> img {
width: 100%;
height: auto;
object-fit: cover;
Expand Down Expand Up @@ -101,7 +101,7 @@ span.highlighted {
.input-group-rounded-pill {
border-radius: 50rem !important;

>input {
> input {
border-top-left-radius: 50rem !important;
border-bottom-left-radius: 50rem !important;
}
Expand Down Expand Up @@ -153,13 +153,13 @@ span.highlighted {
}
}

>div {
> div {
padding: 16px 8px;
margin: 0;
margin-bottom: 8px;
min-height: 140px;

>span {
> span {
display: block;
}

Expand All @@ -179,7 +179,7 @@ span.highlighted {
}

.definition {
>div {
> div {
padding: 16px 8px 0 16px;
margin-bottom: 8px;

Expand All @@ -195,12 +195,12 @@ span.highlighted {
width: 100%;

&::before {
content: "";
content: '';
display: block;
padding-top: 40%;
}

>iframe {
> iframe {
position: absolute;
top: 0;
left: 0;
Expand Down
4 changes: 2 additions & 2 deletions lacommunaute/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
machina.init();
{% block onbodyload %}{% endblock onbodyload %}
});
</script>
</script>
{# djlint: on #}
{% endblock %}
{% block extra_js %}
Expand Down Expand Up @@ -181,7 +181,7 @@
tarteaucitron.user.matomoHost = '{{ MATOMO_BASE_URL }}';
(tarteaucitron.job = tarteaucitron.job || []).push('matomo');
{% endif %}
</script>
</script>
{# djlint: on #}
{% if MATOMO_BASE_URL %}
<script type="text/javascript" src="{% static 'javascripts/matomo.js' %}" defer></script>
Expand Down

0 comments on commit 099115f

Please sign in to comment.