mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
12 lines
188 B
CSS
12 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;
|
|
}
|