fix(aio): improve announcement-bar layout with wide logos (#22272)

PR Close #22272
This commit is contained in:
George Kalpakas 2018-02-18 01:40:01 +02:00 committed by Victor Berchet
parent 80d424798e
commit 4ec40c6ab2
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ section#intro {
.announcement-bar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
max-width: 50vw;