gallery widget in footer max display 3 items

This commit is contained in:
Fabiano Alencar 2018-04-17 09:41:32 -03:00
parent 55a7ea9b2a
commit d4f951dc37
1 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,9 @@ footer{
.gallery{
display: grid;
max-height: 485px;
overflow: hidden;
justify-content: center;
.gallery-item{
margin: 5px 0 !important;
}
@ -341,6 +344,8 @@ footer{
}
.gallery{
display: grid;
max-height: 485px;
overflow: hidden;
.gallery-item{
margin: 5px 0 !important;
}