mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
11 lines
188 B
CSS
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;
|
|
}
|