mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 02:51:17 +00:00
10 lines
124 B
SCSS
10 lines
124 B
SCSS
.h2 {
|
|
min-height: calc(1.325rem + 0.9vw);
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.h2 {
|
|
min-height: 2.8rem;
|
|
}
|
|
}
|