/*
 Theme Name:   Rubies Africa
 Theme URI:    https://rubiesafrica.com
 Description:  Custom child theme for Rubies Africa, built on Blocksy
 Author:       Ryan Walls
 Author URI:   https://ryanwalls.co.uk
 Template:     blocksy
 Version:      1.0
*/

@media (min-width: 782px) {
  .blog-page-grid .wp-block-post-title,
  .blog-page-grid .wp-block-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.blog-page-grid .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a:hover {
  color: currentColor;
}