Skip to content

Commit 630edc6

Browse files
authored
Constrain the header and paragraph sizes for medium width viewports (#950)
1 parent d972812 commit 630edc6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

assets/less/tbpro/product/thundermail.less

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ header#masthead {
1313
text-align: center;
1414
}
1515

16+
p {
17+
max-width: 400px;
18+
}
19+
20+
@media (min-width: @md) {
21+
22+
h1 {
23+
font-size: 3rem;
24+
}
25+
p {
26+
max-width: 750px;
27+
}
28+
29+
}
30+
31+
@media (min-width: @lg) {
32+
h1 {
33+
font-size: 4.5rem;
34+
}
35+
}
36+
1637
.product-logo {
1738
aspect-ratio: 16/9;
1839
background-position: top center;

0 commit comments

Comments
 (0)