We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8558384 commit 62f7014Copy full SHA for 62f7014
styles/styles.css
@@ -1009,7 +1009,7 @@ a[target="_blank"]:not(.btn):not([aria-label]):not(.product-card)::after {
1009
}
1010
1011
@media (min-width: 1024px) {
1012
- .blog-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
+ .blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
1013
1014
1015
.blog-card {
@@ -1049,6 +1049,10 @@ a[target="_blank"]:not(.btn):not([aria-label]):not(.product-card)::after {
1049
font-size: 0.875rem;
1050
color: rgba(197, 203, 214, 0.8);
1051
margin: 0;
1052
+ display: -webkit-box;
1053
+ -webkit-line-clamp: 3;
1054
+ -webkit-box-orient: vertical;
1055
+ overflow: hidden;
1056
1057
1058
/* --- TIMELINE --- */
0 commit comments