mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 23:33:37 +01:00
16 lines
231 B
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;
|
||
|
}
|