mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
15 lines
231 B
CSS
15 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;
|
|
}
|