umami/components/common/UpdateNotice.module.css

16 lines
231 B
CSS

.wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: var(--font-size-xsmall);
}
.heading {
font-weight: 600;
margin: auto 10px;
}
.message,
.heading {
display: inline-block;
}