Clean up css

This commit is contained in:
Dan
2024-09-25 21:00:21 -04:00
parent ce1b0cd240
commit 4b5a1466d5

View File

@@ -11,16 +11,12 @@ hr {
.title {
text-align: center;
}
.recipe-list {
}
.recipe-list ul {
list-style-type: none;
}
.recipe-list ul li {
padding-bottom: 10px;
}
@@ -30,25 +26,13 @@ hr {
text-align: center;
}
.ingredients h2 {
.ingredients h2, .steps h2 {
font-weight: bold;
text-decoration: underline;
margin-left: 0px;
}
.ingredients li {
padding-bottom: 10px;
margin-left: -50px;
margin-right: 0px;
}
.steps h2 {
font-weight: bold;
text-decoration: underline;
margin-left: 0px;
}
.steps li {
.ingredients li, .steps li {
padding-bottom: 10px;
margin-left: -50px;
}