more blabla

This commit is contained in:
2020-02-19 15:30:58 +01:00
parent b8ec2a934b
commit d647a8c0b7
10 changed files with 14 additions and 174 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -460,7 +460,7 @@ article.node--type-frontpage{
.cards-list-home{
position: relative;
$bp: ($column_width + $column_goutiere );
$bp: ($column_width*2 + $column_goutiere );
overflow-y: hidden;
@media only screen and (max-width: $bp * 6){
@@ -474,7 +474,7 @@ article.node--type-frontpage{
width:100%;
margin:0; padding:0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(80px, 220px));
grid-template-columns: repeat(auto-fill, minmax(80px, $column_width*2));
// grid-template-rows: 1fr;
grid-gap: 1em;
justify-content:start;
@@ -482,7 +482,7 @@ article.node--type-frontpage{
position: relative;
list-style: none;
margin:0; padding:0;
padding-top: 140%;
padding-top: 67.8%;
overflow: hidden;
.card{
position:absolute;
@@ -12,8 +12,7 @@
<h4 v-if="false" class="body" v-html="item.body"></h4>
</header>
<section class="images">
<figure v-if="item.field_title_image !== ''" v-html="item.field_title_image"></figure>
<figure v-else-if="item.field_visuel !== ''" v-html="item.field_visuel"></figure>
<figure v-html="item.field_visuel"></figure>
</section>
</article>
</template>