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