Index:Beverages and sandwiches for your husband's friends.djvu/styles.css
Jump to navigation
Jump to search
/* recipe heading */
.wst-heading {
text-align: center;
font-weight: bold;
margin-top: 1.5em;
text-transform: uppercase;
}
.wst-heading::after {
content: ".";
}
/* section heading */
.wst-main-heading {
text-transform: unset;
text-align: center;
font-weight: normal;
font-size: 170%;
}
/* line after */
.wst-main-heading::after {
content: "";
display: block;
border-top: 1px solid black;
width: 3em;
margin: 0.5em auto;
}