mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-26 22:49:01 -06:00
15 lines
194 B
SCSS
15 lines
194 B
SCSS
h3 {
|
|
min-height: calc(1.325rem + 0.9vw);
|
|
|
|
.badge {
|
|
font-size: 0.65rem;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
h3 {
|
|
min-height: 2.8rem;
|
|
}
|
|
}
|