Commit cbcb3891c82426b34e6342b56ad69341fe945d70
1 parent
32148e8a
Exists in
master
and in
2 other branches
Small fix on cultura viva image
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
sass/style.sass
@@ -1431,8 +1431,21 @@ ul.list-color | @@ -1431,8 +1431,21 @@ ul.list-color | ||
1431 | padding-right: 0 | 1431 | padding-right: 0 |
1432 | text-align: right | 1432 | text-align: right |
1433 | right: -15px | 1433 | right: -15px |
1434 | + | ||
1435 | + @media (max-width: $screen-lg) | ||
1436 | + right: 23px | ||
1437 | + @media (max-width: $screen-md) | ||
1438 | + right: 0 | ||
1439 | + padding-bottom: 20px | ||
1440 | + text-align: center | ||
1441 | + @media (max-width: $screen-xs) | ||
1442 | + img | ||
1443 | + width: 100% | ||
1444 | + | ||
1434 | .col-cultura | 1445 | .col-cultura |
1435 | padding: 35px | 1446 | padding: 35px |
1447 | + @media (min-width: $screen-md) | ||
1448 | + padding-bottom: 28px | ||
1436 | 1449 | ||
1437 | .category-title | 1450 | .category-title |
1438 | background-position: 5px 50% | 1451 | background-position: 5px 50% |