mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-11 04:51:47 +00:00
Horizontally align buttons for larger screens
This commit is contained in:
parent
e68fa0526c
commit
b7f880ebf6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user