diff --git a/style.css b/style.css index 93bf7c0..283de78 100644 --- a/style.css +++ b/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; }