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