Spaces:
Paused
Paused
File size: 140 Bytes
48e00e6 |
1 2 3 4 5 6 7 8 9 10 |
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.search-form {
padding: 20px 0;
}
|