CoastalCommitsPastes/client/app/(posts)/post/[id]/components/header/post-buttons/post-buttons.module.css
2022-12-04 01:31:51 -08:00

12 lines
186 B
CSS

.buttons {
display: flex;
justify-content: flex-end;
margin-bottom: var(--gap);
}
@media screen and (max-width: 768px) {
.buttons {
display: flex;
justify-content: center;
}
}