mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
12 lines
216 B
CSS
12 lines
216 B
CSS
.container {
|
|
color: var(--base500);
|
|
font-size: var(--font-size-md);
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|