Новые правки в компонент
This commit is contained in:
parent
af4b34d812
commit
67da9f810b
1 changed files with 16 additions and 1 deletions
|
|
@ -251,16 +251,31 @@ const formatDate = (dateStr: string) => {
|
|||
@media (max-width: 640px) {
|
||||
.review-card {
|
||||
padding: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.review-header {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.review-rating {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.voting-section {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.voting-stats {
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue