UNPKG

824 BCSSView Raw
1.prism-hero {
2 padding-left: 16px;
3 padding-right: 16px;
4}
5@media (min-width:960px) {
6 .prism-hero {
7 padding-left: 32px;
8 padding-right: 32px;
9 }
10}
11 .prism-hero h1 {
12 color: rgba(0, 0, 0, 0.87);
13 font-size: 2rem !important;
14 max-width: 700px;
15 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
16 font-weight: 300;
17 line-height: 1.2;
18 letter-spacing: -0.01562em;
19 }
20@media (min-width:600px) {
21 .prism-hero h1 {
22 font-size: 4rem !important;
23 }
24}
25 .prism-hero__title {
26 color: rgba(0, 0, 0, 0.87);
27 font-size: 2rem !important;
28 max-width: 700px;
29 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
30 font-weight: 300;
31 line-height: 1.2;
32 letter-spacing: -0.01562em;
33 }
34@media (min-width:600px) {
35 .prism-hero__title {
36 font-size: 4rem !important;
37 }
38}
\No newline at end of file