fleet-memory/hindsight-docs/src/theme/DocItem/Content/styles.module.css
2026-02-11 19:21:24 -07:00

20 lines
No EOL
349 B
CSS

.docItemHeader {
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--ifm-color-emphasis-200);
}
.docItemActions {
display: flex;
gap: 8px;
align-items: center;
}
@media (max-width: 768px) {
.docItemHeader {
margin-bottom: 0.75rem;
}
}