Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 3550be7

Browse files
committed
Removed animation blog list for mobile 🚀
1 parent f6d5bb3 commit 3550be7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

_css/blog-posts-list.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
padding: 20px;
99
margin-top: 20px;
1010
transition: all .2s;
11-
&:hover {
12-
transform: scale(1.025);
11+
@include media-breakpoint-up(lg) {
12+
&:hover {
13+
transform: scale(1.025);
14+
}
1315
}
1416

1517
.blog-posts-post-link {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="stylesheet" type="text/css" href="/assets/styles/style.blog.home.css?rev=13af3fc97a406f604ba40765aedd0bd4">
1+
<link rel="stylesheet" type="text/css" href="/assets/styles/style.blog.home.css?rev=5b6eaefe1f8f221302662080880baaca">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"/assets/styles/style.blog.home.css?rev=13af3fc97a406f604ba40765aedd0bd4",
1+
"/assets/styles/style.blog.home.css?rev=5b6eaefe1f8f221302662080880baaca",

assets/styles/style.blog.home.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)