mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-12 08:30:59 +01:00
13 lines
166 B
CSS
13 lines
166 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.input {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
cursor: pointer;
|
|
}
|