mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
13 lines
190 B
CSS
13 lines
190 B
CSS
.wrapper {
|
|
position: fixed;
|
|
bottom: 20px;
|
|
left: 0;
|
|
z-index: 15;
|
|
width: 100vw;
|
|
|
|
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
}
|