diff --git a/src/components/NewsSingle.astro b/src/components/NewsSingle.astro index e4d89c6..b3f4ffe 100644 --- a/src/components/NewsSingle.astro +++ b/src/components/NewsSingle.astro @@ -87,116 +87,3 @@ const { post, pageInfo } = Astro.props; )} - \ No newline at end of file diff --git a/src/styles/components/ContentGrid.css b/src/styles/components/ContentGrid.css index 30dc8eb..a81c3e1 100644 --- a/src/styles/components/ContentGrid.css +++ b/src/styles/components/ContentGrid.css @@ -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); diff --git a/src/styles/global.css b/src/styles/global.css index 3f713e9..92a00fb 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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;