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

11 lines
188 B
CSS

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