display nos valeurs

This commit is contained in:
2021-06-14 20:35:06 +02:00
parent c8f59ec4b1
commit 9889afc077
2 changed files with 24 additions and 9 deletions

View File

@ -1108,20 +1108,32 @@
#item, #item-article{
.content{
@include inlineflex;
width: calc(50% + 150px);
// width: 65%;
margin-left: 15%;
display:flex;
flex-direction: column;
// @include inlineflex;
.images_s{
display: inline-flex;
justify-content: space-between;
// width: calc(100% / 2 - 15px);
width: 40%;
width: 100%;
// width: 40%;
align-self: center;
// min-width: 300px;
margin-right: 15px;
img{
margin-right: 15px;
margin-bottom: 15px;
}
}
.content_s{
width: calc(60% - 30px);
display: contents;
}
.icones{
margin: 70px 0;
@include inlineflex;