paperless-ngx/src-ui/src/app/components/common/page-header/page-header.component.scss
shamoon 10729f0362 Feature: Implement custom fields for documents (#4502)
Adds custom fields of certain data types, attachable to documents and searchable

Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-11-05 17:27:23 -08:00

10 lines
122 B
SCSS

h3 {
min-height: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h3 {
min-height: 2.8rem;
}
}