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