2019-04-17 16:56:09 +00:00
|
|
|
.ui__.banner {
|
2018-04-26 12:40:22 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-04-17 09:13:35 +00:00
|
|
|
margin: 1rem auto;
|
2018-05-25 09:47:43 +00:00
|
|
|
max-width: 100%;
|
2019-04-17 16:56:09 +00:00
|
|
|
color: var(--lighterInverseTextColour);
|
|
|
|
width: 45rem;
|
2018-04-26 12:40:22 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2019-04-17 16:56:09 +00:00
|
|
|
.ui__.banner img {
|
|
|
|
margin-right: 1rem !important;
|
|
|
|
font-size: 2rem;
|
|
|
|
margin-bottom: 0.6rem !important;
|
2018-04-26 12:40:22 +00:00
|
|
|
}
|