moodist/src/components/buttons/buttons.module.css
2023-12-10 15:37:37 +03:30

11 lines
188 B
CSS

.buttons {
position: sticky;
top: 30px;
z-index: 10;
display: flex;
column-gap: 10px;
align-items: center;
justify-content: center;
width: max-content;
margin: 0 auto;
}