moodist/src/components/toolbar/toolbar.module.css
2024-08-02 16:40:08 +10:00

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;
}
}