2022-09-03 23:22:21 +07:00

18 lines
233 B
CSS

.home-info__profile-img {
display: flex;
justify-content: center;
}
.home-info__profile-img > img{
border-radius: 100%;
margin-bottom: 16px;
}
.entry-header > h1{
text-align: center;
}
.entry-header {
margin-bottom: 24px;
}