more blabla
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user