Horizontally align buttons for larger screens

This commit is contained in:
Leilukin 2023-08-29 19:54:54 +08:00 committed by Helen Chong
parent a67dcbbf99
commit 5c6693bbcb

View File

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