trois_col_agenda

This commit is contained in:
Kevin Tessier 2019-09-10 17:14:47 +02:00
parent 45ba71266b
commit 2003f452dd
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -51,7 +51,7 @@ function filteritem() {
var $grid = $('#archive .body-wrapper, #calendrier .body-wrapper').masonry({ var $grid = $('#archive .body-wrapper, #calendrier .body-wrapper').masonry({
// columnWidth: 200, // columnWidth: 200,
itemSelector: '.card', itemSelector: '.card',
gutter: 10, gutter: 40,
transitionDuration: '0.2s' transitionDuration: '0.2s'
}); });

View File

@ -168,9 +168,9 @@
width: 100%; width: 100%;
position: relative; position: relative;
.card{ .card{
width: calc( (100% / 4) - 7.5px); width: calc( (100% / 3) - 27px);
min-width: 200px; min-width: 200px;
margin: 0 0 10px 0 ; margin: 0 0 40px 0 ;
.card-header{ .card-header{
position: relative; position: relative;
width: 100%; width: 100%;

View File

@ -437,7 +437,7 @@
} }
.start:not(#form) .body-wrapper .card{ .start:not(#form) .body-wrapper .card{
width: calc((100% / 3) - 7.5px)!important; width: calc((100% / 2) - 20px)!important;
} }
.start#form .body-wrapper form{ .start#form .body-wrapper form{
width: 90%!important; width: 90%!important;