1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/Banner.css

15 lines
282 B
CSS

.ui__.banner {
display: flex;
align-items: center;
margin: 1rem auto;
max-width: 100%;
color: var(--lighterInverseTextColour);
width: 45rem;
justify-content: center;
}
.ui__.banner img {
margin-right: 1rem !important;
font-size: 2rem;
margin-bottom: 0.6rem !important;
}