delete hover cards

This commit is contained in:
Profile Profile
2026-03-10 16:39:15 +03:00
parent 22e141cd81
commit 87cdb5d2e8
3 changed files with 1 additions and 119 deletions

View File

@@ -63,11 +63,6 @@
padding-bottom: 100%;
}
/* Hover эффекты */
.post-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.post-card:hover .post-image {
transform: scale(1.05);

View File

@@ -1,10 +1,10 @@
@import './reset.css';
@import './ContentLayout.css';
@import './article.css';
@import './components/ContentGrid.css';
@import './components/theme-colors.css';
html{
font-family: Roboto,sans-serif;
line-height: 1.15;