hello: Fix a header alignment issue when page is around 375px.

Fixes: #10771

This commit fixes the alignment of the header inside integration section
when page is around 375px of width.
This commit is contained in:
Roger Souza 2018-12-04 15:54:41 -03:00 committed by Tim Abbott
parent 4af1061974
commit a0ca502f16
1 changed files with 4 additions and 0 deletions

View File

@ -4050,6 +4050,10 @@ nav ul li.active::after {
padding: 0 45px 0 45px;
}
.portico-landing.hello .integrations .content header {
padding: 0;
}
.portico-landing.hello .integrations .integration-icons .group {
margin: 4px 2px;
}