From 1c907f1f1298bd3f549748fb1ed50e3e96acfae4 Mon Sep 17 00:00:00 2001 From: Leilukin 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; }