recettes/styles/customHighlight.css

43 lines
520 B
CSS

.step {
margin-top: 10px;
margin-bottom: 30px;
position: relative;
}
.ingredients {
list-style-type: none;
margin-right: 0px;
padding-right: 0px;
}
.instructions {
margin-left: 0px;
}
.ing-quantity {
text-align: right;
}
.ing-name {
font-weight: bold;
}
.recipe-image {
text-align: center;
}
.content-title {
border-bottom: solid 1px;
}
.header-metadata {
text-align: right;
}
.header-container {
font-size: smaller;
}
.navigation {
text-align: center;
}