fix(ui): correct h1 size on review pages (#61073)

This commit is contained in:
sskiragu
2025-07-04 06:37:22 +03:00
committed by GitHub
parent 3bb8f315fd
commit ad152a87d5
@@ -91,7 +91,7 @@
}
.challenge-title h1 {
font-size: inherit;
font-size: 1.1rem;
line-height: 1.42857143;
margin: 0;
display: inline;