mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00

Adds custom fields of certain data types, attachable to documents and searchable Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
10 lines
122 B
SCSS
10 lines
122 B
SCSS
h3 {
|
|
min-height: calc(1.325rem + 0.9vw);
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
h3 {
|
|
min-height: 2.8rem;
|
|
}
|
|
}
|