Merge branch 'develop' of https://github.com/tainacan/tainacan-theme into develop

This commit is contained in:
vnmedeiros 2020-07-22 10:51:22 -03:00
commit c92866cae4
2 changed files with 5 additions and 1 deletions

View File

@ -806,10 +806,14 @@
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
display: inline-block;
width: 100%;
&:last-child {
-webkit-column-break-inside: auto;
page-break-inside: auto;
break-inside: auto;
display: inline-block;
width: 100%;
}
}
@media only screen and (min-width: 768px) {

File diff suppressed because one or more lines are too long