tanuki-s-forum/front/src/styles/UserPage.css

30 lines
494 B
CSS

.user-page {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
min-height: 100vh;
gap: 20px;
}
.user {
width: 97%;
border: 1px solid #270722;
padding: 10px;
}
.user-messages {
width: 97%;
border: 1px solid #270722;
padding: 10px;
}
.messages-list {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 10px;
}