/*
Theme Name: Yann Child
Description: Theme enfant du theme Yann qui active les commentaires sur les articles
Author: Anthony DELPERRE
Author URI: https://www.wpserveur.net
Template: yn
Version: 999.2.0
*/

.comment {
    background: #eee;
    border: solid 1px #bbb;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.comment a {
    color: inherit !important;
}

.comment .comment-content {
    margin-top: 15px
}

.widget ul.wpp-list li {
    margin-bottom: 0;
}
.widget ul.wpp-list li a {
    line-height: 1.7em;
}

*:not(.fa) {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer {
    content-visibility: auto;
    contain-intrinsic-size: 270px;
}
