From c0020fa2c2b84fda4ce55f281c9c189f6ac3638d Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:49:15 +0800 Subject: [PATCH] Center link buttons --- css/style-index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }