delete hover cards
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user