Clean up css
This commit is contained in:
22
style.css
22
style.css
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user