CoastalCommitsPastes/client/app/(posts)/post/[id]/components/header/post-buttons/post-buttons.module.css

13 lines
186 B
CSS
Raw Normal View History

2022-12-04 04:31:51 -05:00
.buttons {
display: flex;
justify-content: flex-end;
margin-bottom: var(--gap);
}
@media screen and (max-width: 768px) {
.buttons {
display: flex;
justify-content: center;
}
}