Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 2, 2020
1 parent 2dd1e34 commit be9ac4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -5901,11 +5901,6 @@
border-right: none;
border-left: none;
}

.box-flex-container {
margin: 0 0 0 -8px !important;
}

}

@media only screen and (max-width: 1024px)
Expand Down
11 changes: 9 additions & 2 deletions htdocs/theme/eldy/info-box.inc.php
Expand Up @@ -299,7 +299,7 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
margin: 0 0 0 -15px;
margin: 0 0 0 -8px;
/*justify-content: space-between;*/
}

Expand All @@ -309,7 +309,7 @@
flex-basis: auto;

width: 280px;
margin: 5px 0px 0px 15px;
margin: 5px 8px 0px 8px;
}
.box-flex-item.filler{
margin: 0px 0px 0px 15px !important;
Expand All @@ -321,3 +321,10 @@
overflow: visible;
}
*/

@media only screen and (max-width: 767px)
{
.box-flex-container {
margin: 0 0 0 -8px !important;
}
}

0 comments on commit be9ac4f

Please sign in to comment.