Horizontally align buttons for larger screens

This commit is contained in:
Helen Chong 2023-08-29 19:54:54 +08:00
parent e68fa0526c
commit b7f880ebf6
1 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,7 @@ body {
} }
body, body,
main, main {
.index__btn-wrapper {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -125,7 +124,9 @@ p {
} }
.index__btn-wrapper { .index__btn-wrapper {
display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
margin: 1.5rem 0; margin: 1.5rem 0;
} }