forum en attente + largeur liste actualités

This commit is contained in:
chankalan 2021-09-14 12:53:29 +02:00
parent d1d9a8fbfe
commit b5fedc85d6
2 changed files with 12 additions and 11 deletions

View File

@ -145,13 +145,13 @@
[<div class="licence" id="licence">(#CONFIG{libreavous/licence}|propre)</div>]
</div>
<div class="fb commentaires">
[(#REM) Forum de l'article ]
<INCLURE{fond=inclure/forum,id_article} />
[<h2 class="forum-titre"><:libreavous:form_pet_message_commentaire:></h2>
(#FORMULAIRE_FORUM)]
</div>
</div>

View File

@ -293,19 +293,20 @@ span.btn {
}
@include media($bp-medium-up) {
min-width: 50%;
width: em(330px);
margin-left: 0;
> * {
padding-left:0;
html:not(.composition_blog) & {
min-width: 50%;
width: em(330px);
margin-left: 0;
> * {
/* padding-left:0; */
}
}
}
@include media($bp-large-up) {
html:not(.composition_blog) & {
min-width: 50%;
width: em(430px);
}
}
}