Fix position

This commit is contained in:
John Botella 2019-08-06 11:27:36 +02:00
parent 4ae818f7a6
commit a59ee48bc9
2 changed files with 11 additions and 6 deletions

View File

@ -231,6 +231,7 @@ a.info-box-text{ text-decoration: none;}
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
width: 100%; width: 100%;
margin: 0 0 0 -15px;
/*justify-content: space-between;*/ /*justify-content: space-between;*/
} }
@ -240,10 +241,13 @@ a.info-box-text{ text-decoration: none;}
flex-basis: auto; flex-basis: auto;
width: 280px; width: 280px;
padding: 5px 10px; margin: 5px 0px 0px 15px;
} }
.box-flex-item.filler{ .box-flex-item.filler{
margin: 0; margin: 0px 0px 0px 15px !important;
padding: 0px 10px !important;
height: 0; height: 0;
} }
.box{
overflow: visible;
}

View File

@ -226,6 +226,7 @@ a.info-box-text{ text-decoration: none;}
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
width: 100%; width: 100%;
margin: 0 0 0 -15px;
/*justify-content: space-between;*/ /*justify-content: space-between;*/
} }
@ -235,10 +236,10 @@ a.info-box-text{ text-decoration: none;}
flex-basis: auto; flex-basis: auto;
width: 280px; width: 280px;
padding: 5px 10px; margin: 5px 0px 0px 15px;
} }
.box-flex-item.filler{ .box-flex-item.filler{
margin: 0; margin: 0px 0px 0px 15px !important;
padding: 0px 10px !important;
height: 0; height: 0;
} }