This commit is contained in:
2025-11-21 01:59:11 +08:00
parent 6a156d1444
commit f33c00a650
183 changed files with 527 additions and 38818 deletions
+20
View File
@@ -637,4 +637,24 @@ input:not([type="checkbox"], [type="radio"]), select {
color: white;
font-size: 2rem;
margin: 0 auto 1rem;
}
/* Стили для страницы автора */
.author-books .book-cover {
transition: transform 0.3s ease;
}
.author-books .book-cover:hover {
transform: scale(1.05);
}
/* Адаптивность для страницы автора */
@media (max-width: 768px) {
.author-books article {
flex-direction: column;
}
.author-books .book-cover {
align-self: center;
}
}