13 lines
190 B
CSS
13 lines
190 B
CSS
.account-items {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
margin-top: 5vw;
|
|
}
|
|
|
|
.account-items img {
|
|
margin-bottom: 1vw;
|
|
}
|