Fix heights on transitions, text/plain display in dark mode

This commit is contained in:
shamoon
2023-03-28 22:47:04 -07:00
parent d9110f4ef7
commit d5ab1119d3
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
.h2 {
min-height: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.h2 {
min-height: 2.8rem;
}
}