26 lines
448 B
CSS
26 lines
448 B
CSS
.index .overview {
|
|
max-width: var(--width-sm);
|
|
padding: 3rem 1rem 5rem 1rem;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
|
|
h2 {
|
|
font-size: 2rem;
|
|
font-weight: 600;
|
|
margin: 1.75rem 0;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.65rem;
|
|
font-weight: 600;
|
|
margin: 2.25rem 0 1.75rem 0; /* 2.5rem 0 1.5rem 0; */
|
|
}
|
|
|
|
p {
|
|
color: var(--fs-color);
|
|
font-size: 1.275rem;
|
|
font-weight: 300;
|
|
line-height: 1.75rem;
|
|
margin: 1.5rem 0;
|
|
}
|
|
} |