11 lines
136 B
CSS
11 lines
136 B
CSS
h2 {
|
|
margin: 1.5rem 0;
|
|
font-weight: normal;
|
|
font-size: 1.4em;
|
|
font-variant-caps: small-caps;
|
|
}
|
|
|
|
p {
|
|
padding-bottom: 1.5rem;
|
|
}
|