trois_col_agenda
This commit is contained in:
@ -168,9 +168,9 @@
|
||||
width: 100%;
|
||||
position: relative;
|
||||
.card{
|
||||
width: calc( (100% / 4) - 7.5px);
|
||||
width: calc( (100% / 3) - 27px);
|
||||
min-width: 200px;
|
||||
margin: 0 0 10px 0 ;
|
||||
margin: 0 0 40px 0 ;
|
||||
.card-header{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
@ -437,7 +437,7 @@
|
||||
}
|
||||
|
||||
.start:not(#form) .body-wrapper .card{
|
||||
width: calc((100% / 3) - 7.5px)!important;
|
||||
width: calc((100% / 2) - 20px)!important;
|
||||
}
|
||||
.start#form .body-wrapper form{
|
||||
width: 90%!important;
|
||||
|
Reference in New Issue
Block a user