diff --git a/css/style-index.css b/css/style-index.css index eb8abf75..5bd750bb 100644 --- a/css/style-index.css +++ b/css/style-index.css @@ -99,7 +99,8 @@ body { } body, -main { +main, +.index__btn-wrapper { display: flex; align-items: center; justify-content: center; @@ -124,7 +125,6 @@ p { } .index__btn-wrapper { - display: flex; flex-wrap: wrap; margin: 1.5rem 0; }