/*
  Theme Name: Divi Child
  Version: 1.0.0
  Template: Divi
  Author: Designs By Dave O
  Author URI: https://www.divi-pixel.com
  Text Domain: divi-child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.post-content p.el-read-more-link {
    margin-top: auto;
}

.post-content{
  display:flex;
  flex-direction:column;
}

.post-data p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

