Center link buttons

This commit is contained in:
Helen Chong 2023-08-29 19:49:15 +08:00
parent e367c5af21
commit c0020fa2c2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}